#include <function_objects.h>
Public Types | |
typedef Comparison_result | result_type |
Public Member Functions | |
template<class T1 , class T2 > | |
Comparison_result | operator() (const T1 &a1, const T2 &a2) const |
template<class T1 , class T2 , class T3 > | |
Comparison_result | operator() (const T1 &a1, const T2 &a2, const T3 &a3) const |
template<class T1 , class T2 , class T3 , class T4 > | |
Comparison_result | operator() (const T1 &a1, const T2 &a2, const T3 &a3, const T4 &a4) const |
Definition at line 580 of file function_objects.h.
typedef Comparison_result result_type |
Definition at line 583 of file function_objects.h.
|
inline |
Definition at line 587 of file function_objects.h.
References compare_x().
|
inline |
Definition at line 592 of file function_objects.h.
References compare_x().
|
inline |
Definition at line 597 of file function_objects.h.
References compare_x().