closer_predicate< T > Struct Template Reference
Detailed Descriptiontemplate<typename T>
|
typedef ternary_function<T, T, T, bool> _super |
Definition at line 53 of file find_closest.hpp.
Reimplemented from ternary_function< T, T, T, bool >.
Definition at line 54 of file find_closest.hpp.
typedef _super::result_type result_type |
Reimplemented from ternary_function< T, T, T, bool >.
Definition at line 57 of file find_closest.hpp.
Reimplemented from ternary_function< T, T, T, bool >.
Definition at line 55 of file find_closest.hpp.
Reimplemented from ternary_function< T, T, T, bool >.
Definition at line 56 of file find_closest.hpp.
Member Function Documentation
result_type operator() | ( | const first_argument_type & | a, |
const second_argument_type & | b, | ||
const third_argument_type & | x | ||
) | const |
Definition at line 59 of file find_closest.hpp.