Apollo 10.0
自动驾驶开放平台
|
#include <cmath>
#include <limits>
命名空间 | |
namespace | apollo |
class register implement | |
namespace | apollo::perception |
apollo::perception | |
namespace | apollo::perception::base |
函数 | |
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) |