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

PrevUpHomeNext

key_to_base_identity Struct Template Reference

Key to base identity converter used by default in container adaptors. More...

#include <identity_converters.hpp>

List of all members.

Public Member Functions

BaseKey operator() (const Key &k) const


Detailed Description

template<class BaseKey, class Key>
struct boost::bimaps::container_adaptor::detail::key_to_base_identity< BaseKey, Key >

Key to base identity converter used by default in container adaptors.

Definition at line 158 of file identity_converters.hpp.


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

PrevUpHomeNext