PCL
pcl::IndirectContainer< T > Class Template Reference

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

#include <Container.h>

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

Public Types

using const_item_type = const T *
 
using item_type = T *
 

Detailed Description

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

Definition at line 97 of file Container.h.

Member Typedef Documentation

◆ const_item_type

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

◆ item_type

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

The type of contained pointers.

Definition at line 104 of file Container.h.


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