Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::bimaps::views::multiset_view< CoreIndex > Class Template Reference

View of a bimap that is signature compatible with std::multiset. More...

#include <multiset_view.hpp>

Inheritance diagram for boost::bimaps::views::multiset_view< CoreIndex >:
Collaboration diagram for boost::bimaps::views::multiset_view< CoreIndex >:

Public Member Functions

 multiset_view (BOOST_DEDUCED_TYPENAME base_::base_type &c)
 
multiset_viewoperator= (const multiset_view &v)
 

Detailed Description

template<class CoreIndex>
class boost::bimaps::views::multiset_view< CoreIndex >

View of a bimap that is signature compatible with std::multiset.

This class uses container_adaptor and iterator_adaptor to wrapped a index of the multi_index bimap core so it can be used as a std::multiset.

See also const_multiset_view.

Constructor & Destructor Documentation

template<class CoreIndex >
boost::bimaps::views::multiset_view< CoreIndex >::multiset_view ( BOOST_DEDUCED_TYPENAME base_::base_type &  c)
inline

Member Function Documentation

template<class CoreIndex >
multiset_view& boost::bimaps::views::multiset_view< CoreIndex >::operator= ( const multiset_view< CoreIndex > &  v)
inline

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