![]() |
Home | Libraries | People | FAQ | More |
boost::unordered::node_handle_set —
An object that owns a single element extracted from an
unordered_set or an
unordered_multiset, 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_set.hpp> template<typename ImplementationDefined> class node_handle_set { public: // types typedef ; typedef ; // construct/copy/destruct () ; () ; ~(); (); () ; () ; () ; () ; () ; }; // swap template<typename ImplementationDefined> (, );