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

PrevUpHomeNext

standard_pair_view Class Template Reference

A side view of a relation that is full compliant with the standard. More...

#include <standard_pair_view.hpp>

List of all members.

Public Member Functions

template<class Tag>
BOOST_DEDUCED_TYPENAME::boost::bimaps::relation::support::result_of::get<
Tag, standard_pair_view
>::type 
get (BOOST_EXPLICIT_TEMPLATE_TYPE(Tag))
template<class Tag>
const BOOST_DEDUCED_TYPENAME::boost::bimaps::relation::support::result_of::get<
Tag, standard_pair_view
>::type 
get (BOOST_EXPLICIT_TEMPLATE_TYPE(Tag)) const
 operator const structured_pair_type () const
template<class Relation>
 standard_pair_view (Relation &r)


Detailed Description

template<class FirstType, class SecondType, bool constant, class Layout>
class boost::bimaps::relation::standard_pair_view< FirstType, SecondType, constant, Layout >

A side view of a relation that is full compliant with the standard.

See also standard_relation, const_standard_pair_view.

Definition at line 176 of file standard_pair_view.hpp.


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

PrevUpHomeNext