framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Constant Groups | Typedefs
stl_unordered_map.hpp File Reference

Common STL map aliases. More...

#include <unordered_map>
#include <framework/serializable/mutators/variable_container.hpp>
#include <framework/serializable/mutators/stl_pair.hpp>

Go to the source code of this file.

Namespaces

 framework
 Framework namespace.
 
 framework::serializable
 Serializable namespace.
 

Constant Groups

 framework
 Framework namespace.
 
 framework::serializable
 Serializable namespace.
 

Typedefs

template<typename Size , typename T1 , typename T2 >
using framework::serializable::stl_unordered_map = variable_container< Size, stl_pair< T1, T2 >, std::unordered_map< type_extractor< T1 >, type_extractor< T2 >>>
 Common STL map specification.
 
template<typename Size , typename T1 , typename T2 >
using framework::serializable::stl_unordered_multimap = variable_container< Size, stl_pair< T1, T2 >, std::unordered_multimap< type_extractor< T1 >, type_extractor< T2 >>>
 Common STL multimap specification.
 

Detailed Description

Common STL map aliases.