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

PrevUpHomeNext

iterator_facade_to_base Struct Template Reference

Converter for Boost.Iterators based iterators. More...

#include <iterator_facade_converters.hpp>

List of all members.

Public Member Functions

BOOST_DEDUCED_TYPENAME ConstIterator::base_type operator() (ConstIterator iter) const
BOOST_DEDUCED_TYPENAME Iterator::base_type operator() (Iterator iter) const


Detailed Description

template<class Iterator, class ConstIterator>
struct boost::bimaps::container_adaptor::support::iterator_facade_to_base< Iterator, ConstIterator >

Converter for Boost.Iterators based iterators.

Container adaptor is dessigned to play well with Boost.Iterators. This converter can be used if this library is used to adapt the iterators.

Definition at line 39 of file iterator_facade_converters.hpp.


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

PrevUpHomeNext