PCL
|
Root base class of all PCL containers of objects. More...
#include <Container.h>
Public Types | |
using | const_item_type = const T |
using | item_type = T |
Definition at line 77 of file Container.h.
using pcl::DirectContainer< T >::const_item_type = const T |
The type of contained immutable objects.
Definition at line 89 of file Container.h.
using pcl::DirectContainer< T >::item_type = T |
The type of contained objects.
Definition at line 84 of file Container.h.