Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
compare Struct Reference

Public Member Functions

bool operator() (MinHeapNode *l, MinHeapNode *r)
 

Member Function Documentation

◆ operator()()

bool compare::operator() ( MinHeapNode l,
MinHeapNode r 
)
inline
31 {
32 return (l->freq > r->freq);
33 }
double l(double x)
A function l(x) that will be used to test the method.
Definition: midpoint_integral_method.cpp:109

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