Public Member Functions | List of all members
oomph::CRDoubleMatrix::CRDoubleMatrixComparisonHelper Struct Reference

Create a struct to provide a comparison function for std::sort. More...

#include <matrices.h>

Public Member Functions

bool operator() (const std::pair< int, double > &pair_1, const std::pair< int, double > &pair_2)
 

Detailed Description

Create a struct to provide a comparison function for std::sort.

Definition at line 941 of file matrices.h.

Member Function Documentation

◆ operator()()

bool oomph::CRDoubleMatrix::CRDoubleMatrixComparisonHelper::operator() ( const std::pair< int, double > &  pair_1,
const std::pair< int, double > &  pair_2 
)
inline

Definition at line 944 of file matrices.h.


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