Second pair attribute access. More...
#include <utils.hh>
Public Member Functions | |
| Pair::second_type const & | operator() (Pair const &p) const |
| call operator | |
| Pair::second_type const & | operator() (Pair const &p) const |
| call operator | |
Second pair attribute access.
This functor gives a const access to the second attribute of a std::pair
| Pair | the complete type of the std::pair we want to pass as argument |
Definition at line 74 of file install/include/utilmm/functional/utils.hh.
| Pair::second_type const& utilmm::select_2nd< Pair >::operator() | ( | Pair const & | p | ) | const [inline] |
call operator
| p | The pair |
p.second Definition at line 81 of file utilmm/functional/utils.hh.
| Pair::second_type const& utilmm::select_2nd< Pair >::operator() | ( | Pair const & | p | ) | const [inline] |
call operator
| p | The pair |
p.second Definition at line 81 of file install/include/utilmm/functional/utils.hh.