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


Public Member Functions | |
| bool | operator() (const T &x, const T &y) const |
| Compare value with threshold. | |
Definition at line 77 of file functions.h.
| bool mimas::_tobinary< 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 greater or equal to y. Definition at line 84 of file functions.h.