LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Functor that is true if value is between low and hi, inclusive. More...
#include <GridUtils.hpp>
Public Member Functions | |
ThresholdRange (const T &l, const T &h) | |
bool | operator() (const T &t) const |
Functor that is true if value is between low and hi, inclusive.