Apollo  v5.5.0
Open source self driving car software
Classes | Namespaces | Functions
i_struct.h File Reference
#include "modules/perception/common/i_lib/core/i_alloc.h"
Include dependency graph for i_struct.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  apollo::perception::common::Pair< T1, T2 >
 

Namespaces

 apollo
 
 apollo::perception
 
 apollo::perception::common
 

Functions

template<typename T1 , typename T2 >
Pair< T1, T2 > apollo::perception::common::IMakePair (const T1 &a, const T2 &b)
 
template<typename T1 , typename T2 >
bool apollo::perception::common::ILessPairFirstElement (const Pair< T1, T2 > &a, const Pair< T1, T2 > &b)
 
template<typename T1 , typename T2 >
bool apollo::perception::common::ILessPairSecondElement (const Pair< T1, T2 > &a, const Pair< T1, T2 > &b)
 
template<typename T1 , typename T2 >
bool apollo::perception::common::ILargerPairFirstElement (const Pair< T1, T2 > &a, const Pair< T1, T2 > &b)
 
template<typename T1 , typename T2 >
bool apollo::perception::common::ILargerPairSecondElement (const Pair< T1, T2 > &a, const Pair< T1, T2 > &b)