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

PrevUpHomeNext

get_pair_functor Struct Template Reference
[relation]

A Functor that takes a relation as a parameter an return the desired view. More...

#include <get_pair_functor.hpp>

List of all members.

Public Member Functions

BOOST_DEDUCED_TYPENAME result_of::pair_by<
Tag, const Relation >::type 
operator() (const Relation &r) const
BOOST_DEDUCED_TYPENAME result_of::pair_by<
Tag, Relation >::type 
operator() (Relation &r) const


Detailed Description

template<class Tag, class Relation>
struct boost::bimaps::relation::support::get_pair_functor< Tag, Relation >

A Functor that takes a relation as a parameter an return the desired view.

This functor is included to help users of the relation class when using stl algorithms.

See also member_at, pair_by().

Definition at line 40 of file get_pair_functor.hpp.


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

PrevUpHomeNext