Apollo  v5.5.0
Open source self driving car software
Public Member Functions | Public Attributes | List of all members
apollo::perception::common::Pair< T1, T2 > Struct Template Reference

#include <i_struct.h>

Collaboration diagram for apollo::perception::common::Pair< T1, T2 >:
Collaboration graph

Public Member Functions

 Pair ()
 
 Pair (const Pair< T1, T2 > &p)
 
Pairoperator= (const Pair< T1, T2 > &p)
 
 Pair (const T1 &a, const T2 &b)
 

Public Attributes

T1 first
 
T2 second
 

Constructor & Destructor Documentation

◆ Pair() [1/3]

template<typename T1, typename T2>
apollo::perception::common::Pair< T1, T2 >::Pair ( )
inline

◆ Pair() [2/3]

template<typename T1, typename T2>
apollo::perception::common::Pair< T1, T2 >::Pair ( const Pair< T1, T2 > &  p)
inline

◆ Pair() [3/3]

template<typename T1, typename T2>
apollo::perception::common::Pair< T1, T2 >::Pair ( const T1 &  a,
const T2 &  b 
)
inline

Member Function Documentation

◆ operator=()

template<typename T1, typename T2>
Pair& apollo::perception::common::Pair< T1, T2 >::operator= ( const Pair< T1, T2 > &  p)
inline

Member Data Documentation

◆ first

template<typename T1, typename T2>
T1 apollo::perception::common::Pair< T1, T2 >::first

◆ second

template<typename T1, typename T2>
T2 apollo::perception::common::Pair< T1, T2 >::second

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