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