|
Util--
1.1
|
Second pair attribute access. More...
#include <utilmm/functional/utils.hh>


Public Member Functions | |
| Pair::second_type const & | operator() (Pair const &p) const |
| call operator More... | |
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 |
|
inline |
call operator
| p | The pair |
p.second
1.8.11