ug4
pcl::OrderedInterface< TType, TContainer, TAlloc >::InterfaceEntryCmp< TElemCmp > Struct Template Reference

#include <pcl_communication_structs.h>

Public Member Functions

 InterfaceEntryCmp (TElemCmp elemCmp)
 
bool operator() (InterfaceEntry const &e1, InterfaceEntry const &e2)
 

Public Attributes

TElemCmp m_elemCmp
 

Constructor & Destructor Documentation

◆ InterfaceEntryCmp()

template<class TType , template< class T, class Alloc > class TContainer = std::vector, template< class T > class TAlloc = std::allocator>
template<class TElemCmp >
pcl::OrderedInterface< TType, TContainer, TAlloc >::InterfaceEntryCmp< TElemCmp >::InterfaceEntryCmp ( TElemCmp  elemCmp)
inline

Member Function Documentation

◆ operator()()

template<class TType , template< class T, class Alloc > class TContainer = std::vector, template< class T > class TAlloc = std::allocator>
template<class TElemCmp >
bool pcl::OrderedInterface< TType, TContainer, TAlloc >::InterfaceEntryCmp< TElemCmp >::operator() ( InterfaceEntry const &  e1,
InterfaceEntry const &  e2 
)
inline

Member Data Documentation

◆ m_elemCmp

template<class TType , template< class T, class Alloc > class TContainer = std::vector, template< class T > class TAlloc = std::allocator>
template<class TElemCmp >
TElemCmp pcl::OrderedInterface< TType, TContainer, TAlloc >::InterfaceEntryCmp< TElemCmp >::m_elemCmp

The documentation for this struct was generated from the following file: