#include <map2.h>
Public Member Functions | |
check_fun_t (_fun_type __pf) | |
bool | operator() (const _Tp &__r, const _Arg &__x) const |
binary function adaptor that takes a const class reference as caller class and a const class reference as argument. This is used with map2.values(check_fun_t). For that purpose a const_mem_fun1_ref_t would be slower since it needs each checked element to be copied before the check call can be done.
_Tp | type of instances to execute the function | |
_Arg | type of function arguments |
Definition at line 72 of file map2.h.
std::check_fun_t< _Tp, _Arg >::check_fun_t | ( | _fun_type | __pf | ) | [inline, explicit] |
bool std::check_fun_t< _Tp, _Arg >::operator() | ( | const _Tp & | __r, | |
const _Arg & | __x | |||
) | const [inline] |
Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:15 2008 for MBO-lib by ![]() |