PCL
|
Root base class of all PCL containers of pointers to objects. More...
#include <Container.h>
Public Types | |
using | const_item_type = const T * |
using | item_type = T * |
Definition at line 97 of file Container.h.
using pcl::IndirectContainer< T >::const_item_type = const T* |
The type of contained pointers to immutable objects.
Definition at line 109 of file Container.h.
using pcl::IndirectContainer< T >::item_type = T* |
The type of contained pointers.
Definition at line 104 of file Container.h.