Apollo  6.0
Open source self driving car software
Namespaces | Functions
comparison_traits.h File Reference
#include <cmath>
#include <limits>
Include dependency graph for comparison_traits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::perception
 apollo::perception
 
 apollo::perception::base
 

Functions

template<typename T >
std::enable_if< std::is_integral< T >::value, bool >::type apollo::perception::base::Equal (const T &lhs, const T &rhs)
 
template<typename T >
std::enable_if< std::is_floating_point< T >::value, bool >::type apollo::perception::base::Equal (const T &lhs, const T &rhs)