Thrill  0.1
lexicographic_rev< T1, T2, Comparator > Class Template Reference

Detailed Description

template<typename T1, typename T2, typename Comparator>
class tlx::multisequence_selection_detail::lexicographic_rev< T1, T2, Comparator >

Compare a pair of types lexicographically, descending.

Definition at line 62 of file multisequence_selection.hpp.

#include <multisequence_selection.hpp>

Public Member Functions

 lexicographic_rev (Comparator &comp)
 
bool operator() (const std::pair< T1, T2 > &p1, const std::pair< T1, T2 > &p2)
 

Protected Attributes

Comparator & comp_
 

Constructor & Destructor Documentation

◆ lexicographic_rev()

lexicographic_rev ( Comparator &  comp)
inlineexplicit

Definition at line 68 of file multisequence_selection.hpp.

Member Function Documentation

◆ operator()()

bool operator() ( const std::pair< T1, T2 > &  p1,
const std::pair< T1, T2 > &  p2 
)
inline

Member Data Documentation

◆ comp_

Comparator& comp_
protected

Definition at line 65 of file multisequence_selection.hpp.


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