Public Member Functions | |
| FunctionCompare (bool(*func)(const T &, void *), void *v) | |
| Constructor that defines the pointer to function and search value. | |
| bool | operator() (T t) const |
| The operator() must be defined. Calls the function test_fn. | |
Private Attributes | |
| bool(* | test_fn )(const T &, void *) |
| Pointer to test function. | |
| void * | search_val |
| Holds the value to search for. | |
1.5.1