![]() |
Home | Libraries | People | FAQ | More |
boost::interprocess::map_index
// In header: <boost/interprocess/indexes/map_index.hpp> template<typename MapConfig> class map_index : public boost::container::map< MapConfig > { public: // construct/copy/destruct map_index(segment_manager_base *); // public member functions void reserve(std::size_t); void shrink_to_fit(); };