$search
First pair attribute access. More...
#include <utils.hh>
Public Member Functions | |
Pair::first_type const & | operator() (Pair const &p) const |
call operator |
First pair attribute access.
This functor gives a const access to the first
attribute of a std::pair
Pair | the complete type of the std::pair we want to pass as argument |
Definition at line 50 of file utils.hh.
Pair::first_type const& utilmm::select_1st< Pair >::operator() | ( | Pair const & | p | ) | const [inline] |