Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::bimaps::support::iterator_type_by Struct Reference

Metafunction to obtain the iterator type of the map view by one of the sides. More...

#include <iterator_type_by.hpp>

Detailed Description

Metafunction to obtain the iterator type of the map view by one of the sides.

These metafunctions can be used outside the bimap framework for other bimap signature compatible classes.

template< class Tag, class Bimap >
struct iterator_type_by
{
typedef -unspecified- type;
};
template< class Tag, class Bimap >
struct const_iterator_type_by
{
typedef -unspecified- type;
};
template< class Tag, class Bimap >
struct reverse_iterator_type_by
{
typedef -unspecified- type;
};
template< class Tag, class Bimap >
struct const_reverse_iterator_type_by
{
typedef -unspecified- type;
};
template< class Tag, class Bimap >
struct local_iterator_type_by
{
typedef -unspecified- type;
};
template< class Tag, class Bimap >
struct const_local_iterator_type_by
{
typedef -unspecified- type;
};

See also member_at.


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