Apollo  6.0
Open source self driving car software
Namespaces | Functions
util.h File Reference
#include <string>
#include <type_traits>
Include dependency graph for util.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::cyber
 
 apollo::cyber::common
 

Functions

std::size_t apollo::cyber::common::Hash (const std::string &key)
 
template<typename Enum >
auto apollo::cyber::common::ToInt (Enum const value) -> typename std::underlying_type< Enum >::type