Applies a ftor to the first element of a pair. More...
#include <stl_utils.h>
Public Member Functions | |
| do_to_first_ftor (const Functor &f) | |
| template<typename P > | |
| void | operator() (const P &pair) |
Data Fields | |
| Functor | ftor |
Applies a ftor to the first element of a pair.
Definition at line 60 of file stl_utils.h.
| Dyninst::do_to_first_ftor< Functor >::do_to_first_ftor | ( | const Functor & | f | ) | [inline] |
Definition at line 62 of file stl_utils.h.
| void Dyninst::do_to_first_ftor< Functor >::operator() | ( | const P & | pair | ) | [inline] |
Definition at line 64 of file stl_utils.h.
References Dyninst::do_to_first_ftor< Functor >::ftor.
| Functor Dyninst::do_to_first_ftor< Functor >::ftor |
Definition at line 61 of file stl_utils.h.
Referenced by Dyninst::do_to_first_ftor< Functor >::operator()().
1.6.1