PCL
pcl::Association< T1, T2 > Class Template Reference

Generic association of two objects. More...

#include <Association.h>

Public Member Functions

 Association ()=default
 
 Association (Association< T1, T2 > &&)=default
 
 Association (const Association< T1, T2 > &)=default
 
 Association (const T1 &x1, const T2 &x2)
 

Public Attributes

T1 first
 First member of this association.
 
T2 second
 Second member of this association.
 

Detailed Description

template<typename T1, typename T2>
class pcl::Association< T1, T2 >

Definition at line 71 of file Association.h.

Constructor & Destructor Documentation

◆ Association() [1/4]

template<typename T1 , typename T2 >
pcl::Association< T1, T2 >::Association ( )
default

Constructs an association with default-constructed member values.

◆ Association() [2/4]

template<typename T1 , typename T2 >
pcl::Association< T1, T2 >::Association ( const Association< T1, T2 > &  )
default

Copy constructor.

◆ Association() [3/4]

template<typename T1 , typename T2 >
pcl::Association< T1, T2 >::Association ( Association< T1, T2 > &&  )
default

Move constructor.

◆ Association() [4/4]

template<typename T1 , typename T2 >
pcl::Association< T1, T2 >::Association ( const T1 &  x1,
const T2 &  x2 
)
inline

Constructs an association with the specified values x1 and x2, respectively for the first and second members.

Definition at line 97 of file Association.h.


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