ug4
|
associate internally used types with an external typename More...
#include <pcl_communication_structs.h>
Public Types | |
typedef TType | Elem |
associate internally used types with an external typename
By default it is assumed, that the external typename and the element type used in interfaces match.
You may specialize type_traits for your own types through template specialization. Be sure to specialize them before you use any pcl-classes with your type.
typedef TType pcl::type_traits< TType >::Elem |