COMBINATORIAL_BLAS  1.6
combblas::ColLexiCompare< IT, NT > Struct Template Reference

#include <Compare.h>

Inheritance diagram for combblas::ColLexiCompare< IT, NT >:

Public Member Functions

bool operator() (const std::tuple< IT, IT, NT > &lhs, const std::tuple< IT, IT, NT > &rhs) const
 

Detailed Description

template<class IT, class NT>
struct combblas::ColLexiCompare< IT, NT >

Functor class

Returns
bool, whether lhs precedes rhs in column-sorted order
Precondition
{No elements with same (i,j) pairs exist in the input}

Definition at line 95 of file Compare.h.

Member Function Documentation

◆ operator()()

template<class IT, class NT>
bool combblas::ColLexiCompare< IT, NT >::operator() ( const std::tuple< IT, IT, NT > &  lhs,
const std::tuple< IT, IT, NT > &  rhs 
) const
inline

Definition at line 98 of file Compare.h.


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