First pair attribute access. More...
#include <utils.hh>
Public Member Functions | |
| Pair::first_type const & | operator() (Pair const &p) const |
| call operator | |
| 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 install/include/utilmm/functional/utils.hh.
| Pair::first_type const& utilmm::select_1st< Pair >::operator() | ( | Pair const & | p | ) | const [inline] |
call operator
| p | The pair |
p.first Definition at line 57 of file utilmm/functional/utils.hh.
| Pair::first_type const& utilmm::select_1st< Pair >::operator() | ( | Pair const & | p | ) | const [inline] |
call operator
| p | The pair |
p.first Definition at line 57 of file install/include/utilmm/functional/utils.hh.