Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
vector_map_view.hpp File Reference

View of a side of a bimap. More...

#include <boost/config.hpp>
#include <boost/bimap/container_adaptor/vector_map_adaptor.hpp>
#include <boost/bimap/support/iterator_type_by.hpp>
#include <boost/bimap/detail/map_view_base.hpp>
#include <boost/bimap/container_adaptor/detail/comparison_adaptor.hpp>
Include dependency graph for vector_map_view.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::bimaps::views::vector_map_view< Tag, BimapType >
 View of a side of a bimap. More...
 
struct  boost::bimaps::detail::left_map_view_extra_typedefs< ::boost::bimaps::views::vector_map_view< Tag, BimapType > >
 
struct  boost::bimaps::detail::right_map_view_extra_typedefs< ::boost::bimaps::views::vector_map_view< Tag, BimapType > >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::bimaps
 
 boost::bimaps::views
 
 boost::bimaps::detail
 

Macros

#define BOOST_BIMAP_MAP_VIEW_EXTRA_TYPEDEF(MAP_VIEW, SIDE, TYPENAME)
 
#define BOOST_BIMAP_MAP_VIEW_EXTRA_TYPEDEFS_BODY(MAP_VIEW, SIDE)
 

Detailed Description

View of a side of a bimap.

Macro Definition Documentation

#define BOOST_BIMAP_MAP_VIEW_EXTRA_TYPEDEF (   MAP_VIEW,
  SIDE,
  TYPENAME 
)
Value:
BOOST_PP_CAT(SIDE,BOOST_PP_CAT(_,TYPENAME));
#define BOOST_DEDUCED_TYPENAME
Definition: suffix.hpp:465
#define BOOST_PP_CAT(a, b)
Definition: cat.hpp:24
#define BOOST_BIMAP_MAP_VIEW_EXTRA_TYPEDEFS_BODY (   MAP_VIEW,
  SIDE 
)
Value:
BOOST_BIMAP_MAP_VIEW_EXTRA_TYPEDEF(MAP_VIEW,SIDE,reverse_iterator) \
BOOST_BIMAP_MAP_VIEW_EXTRA_TYPEDEF(MAP_VIEW,SIDE,const_reverse_iterator)
#define BOOST_BIMAP_MAP_VIEW_EXTRA_TYPEDEF(MAP_VIEW, SIDE, TYPENAME)
Definition: vector_map_view.hpp:302