PCL
pcl::DirectSortedContainer< T > Class Template Reference

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

#include <Container.h>

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

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
 

Detailed Description

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

Definition at line 117 of file Container.h.

Member Typedef Documentation

◆ const_item_type

template<typename T >
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.

◆ item_type

template<typename T >
using pcl::DirectSortedContainer< T >::item_type = typename DirectContainer<T>::item_type

The type of contained objects.

Definition at line 124 of file Container.h.


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