PCL
|
Root base class of all PCL sorted containers of objects. More...
#include <Container.h>
Public Types | |
using | const_item_type = typename DirectContainer< T >::const_item_type |
using | item_type = typename DirectContainer< T >::item_type |
Public Types inherited from pcl::DirectContainer< T > | |
using | const_item_type = const T |
using | item_type = T |
Definition at line 117 of file Container.h.
using pcl::DirectSortedContainer< T >::const_item_type = typename DirectContainer<T>::const_item_type |
The type of contained immutable objects.
Definition at line 129 of file Container.h.
using pcl::DirectSortedContainer< T >::item_type = typename DirectContainer<T>::item_type |
The type of contained objects.
Definition at line 124 of file Container.h.