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::multimap_view< Tag, BimapType > Class Template Reference

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

#include <multimap_view.hpp>

Inheritance diagram for boost::bimaps::views::multimap_view< Tag, BimapType >:
Collaboration diagram for boost::bimaps::views::multimap_view< Tag, BimapType >:

Public Types

typedef BOOST_DEDUCED_TYPENAME
base_::value_type::info_type 
info_type
 

Public Member Functions

 multimap_view (BOOST_DEDUCED_TYPENAME base_::base_type &c)
 
multimap_viewoperator= (const multimap_view &v)
 

Detailed Description

template<class Tag, class BimapType>
class boost::bimaps::views::multimap_view< Tag, BimapType >

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

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::multimap.

See also const_multimap_view.

Member Typedef Documentation

template<class Tag , class BimapType >
typedef BOOST_DEDUCED_TYPENAME base_::value_type::info_type boost::bimaps::views::multimap_view< Tag, BimapType >::info_type

Constructor & Destructor Documentation

template<class Tag , class BimapType >
boost::bimaps::views::multimap_view< Tag, BimapType >::multimap_view ( BOOST_DEDUCED_TYPENAME base_::base_type &  c)
inline

Member Function Documentation

template<class Tag , class BimapType >
multimap_view& boost::bimaps::views::multimap_view< Tag, BimapType >::operator= ( const multimap_view< Tag, BimapType > &  v)
inline

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