#include <functions.h>
Inheritance diagram for mimas::_threshold< T >:


Public Member Functions | |
| T | operator() (const T &x, const T &y) const |
| Compare value with threshold. | |
Definition at line 65 of file functions.h.
| T mimas::_threshold< T >::operator() | ( | const T & | x, | |
| const T & | y | |||
| ) | const [inline] |
Compare value with threshold.
| x | The value to be considered. | |
| y | The threshold to compare with. |
x is lower than y. Value of x otherwise. Definition at line 72 of file functions.h.