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

PrevUpHomeNext

pair_type_by Struct Reference
[relation]

Metafunction to obtain the view type indexed by one of the sides. More...

#include <pair_type_by.hpp>


Detailed Description

Metafunction to obtain the view type indexed by one of the sides.

template< class Tag, class Relation >
struct pair_type_by
{
        typedef {signature-compatible with std::pair} type;
};

See also member_at, pair_by().


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

PrevUpHomeNext