Second pair attribute access. More...
#include <utils.hh>
Public Member Functions | |
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 |
Pair::second_type const& utilmm::select_2nd< Pair >::operator() | ( | Pair const & | p | ) | const [inline] |