ug4
pcl::type_traits< TType > Struct Template Reference

associate internally used types with an external typename More...

#include <pcl_communication_structs.h>

Public Types

typedef TType Elem
 

Detailed Description

template<class TType>
struct pcl::type_traits< TType >

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.

Member Typedef Documentation

◆ Elem

template<class TType >
typedef TType pcl::type_traits< TType >::Elem

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