![]() |
Home | Libraries | People | FAQ | More |
boost::interprocess::flat_map_index
// In header: <boost/interprocess/indexes/flat_map_index.hpp> template<typename MapConfig> class flat_map_index : private { public: // types typedef ; typedef ; typedef ; typedef ; typedef ; typedef ; // public member functions (segment_manager_base *); (, ); (, , , ); (); };
Index type based in flat_map. Just derives from flat_map and defines the interface needed by managed memory segments.
flat_map_index
public member functions(segment_manager_base * segment_mngr);Constructor. Takes a pointer to the segment manager. Can throw.
( key, );
( k, context, , );
( k);