PCL
pcl::IndirectSortedContainer< T > Class Template Reference

Root base class of all PCL sorted containers of pointers to objects. More...

#include <Container.h>

+ Inheritance diagram for pcl::IndirectSortedContainer< T >:

Public Types

using const_item_type = typename IndirectContainer< T >::const_item_type
 
using item_type = typename IndirectContainer< T >::item_type
 
- Public Types inherited from pcl::IndirectContainer< T >
using const_item_type = const T *
 
using item_type = T *
 

Detailed Description

template<typename T>
class pcl::IndirectSortedContainer< T >

Definition at line 137 of file Container.h.

Member Typedef Documentation

◆ const_item_type

template<typename T >
using pcl::IndirectSortedContainer< T >::const_item_type = typename IndirectContainer<T>::const_item_type

The type of contained pointers to immutable objects.

Definition at line 149 of file Container.h.

◆ item_type

template<typename T >
using pcl::IndirectSortedContainer< T >::item_type = typename IndirectContainer<T>::item_type

The type of contained pointers.

Definition at line 144 of file Container.h.


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