Boost C++ Libraries Boost.Bimap Home Libraries People FAQ More

PrevUpHomeNext

multiset_view Class Template Reference

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

#include <multiset_view.hpp>

Inheritance diagram for multiset_view:

Inheritance graph
Collaboration diagram for multiset_view:

Collaboration graph
List of all members.

Public Member Functions

 multiset_view (BOOST_DEDUCED_TYPENAME base_::base_type &c)
multiset_viewoperator= (const multiset_view &v)
bool replace (iterator_ position, const value_type_ &x)
template<class CompatibleLeftType>
bool replace_left (iterator_ position, const CompatibleLeftType &l)
template<class CompatibleRightType>
bool replace_right (iterator_ position, const CompatibleRightType &r)

Protected Types

typedef set_view_base set_view_base_

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.

Definition at line 40 of file multiset_view.hpp.


The documentation for this class was generated from the following file:
Copyright 2006 Matias Capeletto

PrevUpHomeNext