__gnu_parallel::equal_from_less< Comparator, T1, T2 > Class Template Reference
List of all members.
Detailed Description
template<typename Comparator, typename T1, typename T2>
class __gnu_parallel::equal_from_less< Comparator, T1, T2 >
Constructs predicate for equality from strict weak ordering predicate.
Definition at line 166 of file base.h.
Public Types
Public Member Functions
-
equal_from_less (Comparator &_comp)
-
bool operator() (const T1 &a, const T2 &b)
Member Typedef Documentation
the type of the first argument (no surprises here)
Definition at line 117 of file stl_function.h.
The documentation for this class was generated from the following file: