Functions | |
template<class T > | |
common::Time | GetTime (const T &t) |
template<class T > | |
auto | GetTimeImpl (const T &t, int) -> decltype(t.time()) |
template<class T > | |
auto | GetTimeImpl (const T &t, unsigned) -> decltype(t.time) |
common::Time cartographer::mapping::internal::GetTime | ( | const T & | t | ) |
auto cartographer::mapping::internal::GetTimeImpl | ( | const T & | t, |
int | |||
) | -> decltype(t.time()) |