Medial Code Documentation
Loading...
Searching...
No Matches
Internal
MedUtils
MedUtils
MedCompare.h
1
// An assortment of comparison functions.
2
3
#ifndef __MED_COMPARE_H_
4
#define __MED_COMPARE_H_
5
6
7
#include "stdlib.h"
8
#include "stdio.h"
9
#include "string.h"
10
11
#include <vector>
12
13
14
using namespace
std
;
15
16
struct
compare_indexed_float
{
17
bool
operator()(
const
pair<int, float>& left,
const
pair<int, float>& right) {
18
return
(left.second < right.second) ;
19
}
20
} ;
21
22
#endif
std
Definition
StdDeque.h:58
compare_indexed_float
Definition
MedCompare.h:16
Generated on Mon Sep 15 2025 12:12:22 for Medial Code Documentation by
1.9.8