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

PrevUpHomeNext

manage_bimap_key Struct Reference

Metafunction to manage the set types of a bimap. More...

#include <manage_bimap_key.hpp>


Detailed Description

Metafunction to manage the set types of a bimap.

template< class SetType, class DefaultTag >
struct manage_bimap_key
{
    typedef {TaggedSetType} type;
}

If KeyType is not tagged, DefaultTag is used. If KeyType is not a SetOfType specification it is converted to set_of< value_type_of<KeyType>::type > and the it is tagged with his tag or the default one.

See also bimap, bimap_core.


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

PrevUpHomeNext