![]() |
Home | Libraries | People | FAQ | More |
boost::unordered::node_handle_map —
An object that owns a single element extracted from an
unordered_map or an
unordered_multimap, that
can then be inserted into a compatible container type.
The name and template parameters of this type are implementation
defined, and should be obtained using the node_type
member typedef from the appropriate container.
// In header: <boost/unordered_map.hpp> template<typename ImplementationDefined> class node_handle_map { public: // types typedef ; typedef ; typedef ; // construct/copy/destruct () ; () ; ~(); (); () ; () ; () ; () ; () ; () ; }; // swap template<typename ImplementationDefined> (, );