PCL
pcl::DirectContainer< T > Class Template Reference

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

#include <Container.h>

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

Public Types

using const_item_type = const T
 
using item_type = T
 

Detailed Description

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

Definition at line 77 of file Container.h.

Member Typedef Documentation

◆ const_item_type

template<typename T >
using pcl::DirectContainer< T >::const_item_type = const T

The type of contained immutable objects.

Definition at line 89 of file Container.h.

◆ item_type

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

The type of contained objects.

Definition at line 84 of file Container.h.


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