SHORE API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
helpers.hpp File Reference

Container-related helper functions. More...

Go to the source code of this file.

Namespaces

 shore
 SHORE core API.
 

Constant Groups

 shore
 SHORE core API.
 

Functions

template<class T >
std::vector< typename T::key_type > shore::map_keys (const T &m)
 Get the keys in a std::map as a vector.
 
template<class T >
std::vector< typename
T::mapped_type > 
shore::map_values (const T &m)
 Get the values in a std::map as a vector.
 

Detailed Description

Container-related helper functions.

Author
Felix Ott