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) |
Create a struct to provide a comparison function for std::sort.
Definition at line 941 of file matrices.h.
|
inline |
Definition at line 944 of file matrices.h.