|
Tapkee
|
#include <methods.hpp>
Public Member Functions | |
| InRange (T l, T u) | |
| bool | operator() (T v) const |
| std::string | failureMessage (const stichwort::Parameter &p) const |
Public Attributes | |
| T | lower |
| T | upper |
Definition at line 67 of file methods.hpp.
| InRange | ( | T | l, |
| T | u | ||
| ) |
Definition at line 69 of file methods.hpp.
| std::string failureMessage | ( | const stichwort::Parameter & | p | ) | const |
Definition at line 76 of file methods.hpp.
| bool operator() | ( | T | v | ) | const |
Definition at line 70 of file methods.hpp.
| T lower |
Definition at line 74 of file methods.hpp.
| T upper |
Definition at line 75 of file methods.hpp.