Applies a ftor to the second element of a pair. More...
#include <stl_utils.h>
Public Member Functions | |
| do_to_second_ftor (const Functor &f) | |
| template<typename P > | |
| void | operator() (const P &pair) |
Data Fields | |
| Functor | ftor |
Applies a ftor to the second element of a pair.
Definition at line 77 of file stl_utils.h.
| Dyninst::do_to_second_ftor< Functor >::do_to_second_ftor | ( | const Functor & | f | ) | [inline] |
Definition at line 79 of file stl_utils.h.
| void Dyninst::do_to_second_ftor< Functor >::operator() | ( | const P & | pair | ) | [inline] |
Definition at line 81 of file stl_utils.h.
References Dyninst::do_to_second_ftor< Functor >::ftor.
| Functor Dyninst::do_to_second_ftor< Functor >::ftor |
Definition at line 78 of file stl_utils.h.
Referenced by Dyninst::do_to_second_ftor< Functor >::operator()().
1.6.1