STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::parallel::equal_from_less< Comparator, T1, T2 > Class Template Reference

Detailed Description

template<class Comparator, typename T1, typename T2>
class stxxl::parallel::equal_from_less< Comparator, T1, T2 >

Constructs predicate for equality from strict weak ordering predicate.

Definition at line 83 of file base.h.

Inherits binary_function< T1, T2, bool >.

Public Member Functions

 equal_from_less (Comparator &_comp)
 
bool operator() (const T1 &a, const T2 &b)
 

Private Attributes

Comparator & comp
 

Constructor & Destructor Documentation

template<class Comparator , typename T1 , typename T2 >
stxxl::parallel::equal_from_less< Comparator, T1, T2 >::equal_from_less ( Comparator &  _comp)
inline

Definition at line 89 of file base.h.

Member Function Documentation

template<class Comparator , typename T1 , typename T2 >
bool stxxl::parallel::equal_from_less< Comparator, T1, T2 >::operator() ( const T1 &  a,
const T2 &  b 
)
inline

Definition at line 91 of file base.h.

Member Data Documentation

template<class Comparator , typename T1 , typename T2 >
Comparator& stxxl::parallel::equal_from_less< Comparator, T1, T2 >::comp
private

Definition at line 86 of file base.h.


The documentation for this class was generated from the following file: