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

PrevUpHomeNext

iterator_to_base_identity Struct Template Reference

Iterator identity converter used by default in container adaptors. More...

#include <identity_converters.hpp>

List of all members.

Public Member Functions

BaseConstIterator operator() (ConstIterator iter) const
BaseIterator operator() (Iterator iter) const


Detailed Description

template<class BaseIterator, class Iterator, class BaseConstIterator, class ConstIterator>
struct boost::bimaps::container_adaptor::detail::iterator_to_base_identity< BaseIterator, Iterator, BaseConstIterator, ConstIterator >

Iterator identity converter used by default in container adaptors.

If Iterator and ConstIterator are of the same type one of the convert function is not included.

Definition at line 40 of file identity_converters.hpp.


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

PrevUpHomeNext