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

PrevUpHomeNext

value_type_of Struct Reference
[relation]

Metafunction to obtain the value type of one of the sides. More...

#include <value_type_of.hpp>


Detailed Description

Metafunction to obtain the value type of one of the sides.

template< class Tag, class Relation >
struct value_type_of
{
        typedef typename Relation::{side}_type type;
};

See also member_at, get().


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

PrevUpHomeNext