Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::interprocess::flat_map_index_aux< MapConfig > Struct Template Reference

Helper class to define typedefs from IndexTraits. More...

#include <flat_map_index.hpp>

Public Types

typedef MapConfig::key_type key_type
 
typedef MapConfig::mapped_type mapped_type
 
typedef
MapConfig::segment_manager_base 
segment_manager_base
 
typedef std::less< key_typekey_less
 
typedef std::pair< key_type,
mapped_type
value_type
 
typedef allocator< value_type,segment_manager_baseallocator_type
 
typedef flat_map< key_type,
mapped_type, key_less,
allocator_type
index_t
 

Detailed Description

template<class MapConfig>
struct boost::interprocess::flat_map_index_aux< MapConfig >

Helper class to define typedefs from IndexTraits.

Member Typedef Documentation

template<class MapConfig>
typedef std::less<key_type> boost::interprocess::flat_map_index_aux< MapConfig >::key_less
template<class MapConfig>
typedef MapConfig::key_type boost::interprocess::flat_map_index_aux< MapConfig >::key_type
template<class MapConfig>
typedef MapConfig::mapped_type boost::interprocess::flat_map_index_aux< MapConfig >::mapped_type
template<class MapConfig>
typedef MapConfig:: segment_manager_base boost::interprocess::flat_map_index_aux< MapConfig >::segment_manager_base
template<class MapConfig>
typedef std::pair<key_type, mapped_type> boost::interprocess::flat_map_index_aux< MapConfig >::value_type

The documentation for this struct was generated from the following file: