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

PrevUpHomeNext

identity_converters.hpp File Reference

Value and iterators identity converters. More...

Go to the source code of this file.

Namespaces

namespace  boost
namespace  boost::bimaps
namespace  boost::bimaps::container_adaptor
namespace  boost::bimaps::container_adaptor::detail

Classes

struct  iterator_from_base_identity
 Iterator from base identity converter used by default in container adaptors. More...
struct  iterator_to_base_identity
 Iterator identity converter used by default in container adaptors. More...
struct  key_to_base_identity
 Key to base identity converter used by default in container adaptors. More...
struct  value_from_base_identity
 Value from base identity converter used by default in container adaptors. More...
struct  value_to_base_identity
 Value to base identity converter used by default in container adaptors. More...


Detailed Description

Value and iterators identity converters.

Definition in file identity_converters.hpp.
Copyright 2006 Matias Capeletto


PrevUpHomeNext