Compares two values. More...
#include "windowed-filter.h"
Public Member Functions | |
bool | operator() (const T &lhs, const T &rhs) const |
Compares two values. More... | |
Compares two values.
T | type of the measurement that is being filtered. |
Definition at line 73 of file windowed-filter.h.
|
inline |
Compares two values.
lhs | left hand value |
rhs | right hand value |
Definition at line 83 of file windowed-filter.h.