Functor to get the second element of a pair. Use with STL functions like transform(). More...
#include <stl_utils.h>
Public Member Functions | |
| template<typename P > | |
| P::second_type | operator() (const P &pair) |
Functor to get the second element of a pair. Use with STL functions like transform().
Definition at line 51 of file stl_utils.h.
| P::second_type Dyninst::get_second::operator() | ( | const P & | pair | ) | [inline] |
Definition at line 53 of file stl_utils.h.
1.6.1