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

PrevUpHomeNext

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.

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:
Copyright 2006 Matias Capeletto

PrevUpHomeNext