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

PrevUpHomeNext

reference_binder_finder Struct Reference

Obtain the a pair reference binder with the correct layout. More...

#include <standard_pair_view.hpp>


Detailed Description

Obtain the a pair reference binder with the correct layout.

template< class FirstType, class SecondType, class Layout >
struct reference_binder_finder
{
    typedef {normal/mirror}_reference_binder<FirstType,SecondType> type;
};

See also normal_reference_binder, mirror_reference_binder.


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

PrevUpHomeNext