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

Detailed Description

template<typename T1, typename T2>
struct stxxl::parallel::less< T1, T2 >

Similar to std::less, but allows two different types.

Definition at line 139 of file base.h.

Inherits binary_function< T1, T2, bool >.

Public Member Functions

bool operator() (const T1 &t1, const T2 &t2) const
 

Member Function Documentation

template<typename T1 , typename T2 >
bool stxxl::parallel::less< T1, T2 >::operator() ( const T1 &  t1,
const T2 &  t2 
) const
inline

Definition at line 141 of file base.h.


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