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

PrevUpHomeNext

get_above_view_functor Struct Template Reference
[relation]

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

#include <get_pair_functor.hpp>

List of all members.

Public Member Functions

BOOST_DEDUCED_TYPENAME Relation::const_above_view_reference operator() (const Relation &r) const
BOOST_DEDUCED_TYPENAME Relation::above_view_reference operator() (Relation &r) const


Detailed Description

template<class Relation>
struct boost::bimaps::relation::support::get_above_view_functor< Relation >

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

Definition at line 63 of file get_pair_functor.hpp.


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

PrevUpHomeNext