Generic association of two objects.
More...
#include <Association.h>
|
T1 | first |
| First member of this association.
|
|
T2 | second |
| Second member of this association.
|
|
template<typename T1, typename T2>
class pcl::Association< T1, T2 >
Definition at line 71 of file Association.h.
◆ Association() [1/4]
template<typename T1 , typename T2 >
Constructs an association with default-constructed member values.
◆ Association() [2/4]
template<typename T1 , typename T2 >
◆ Association() [3/4]
template<typename T1 , typename T2 >
◆ Association() [4/4]
template<typename T1 , typename T2 >
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: