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

PrevUpHomeNext

value_from_base_identity Struct Template Reference

Value from base identity converter used by default in container adaptors. More...

#include <identity_converters.hpp>

List of all members.

Public Member Functions

Value operator() (const BaseValue &val) const


Detailed Description

template<class BaseValue, class Value>
struct boost::bimaps::container_adaptor::detail::value_from_base_identity< BaseValue, Value >

Value from base identity converter used by default in container adaptors.

Definition at line 129 of file identity_converters.hpp.


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

PrevUpHomeNext