|
Tapkee
|
#include <methods.hpp>
Public Member Functions | |
| InClosedRange (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 83 of file methods.hpp.
| InClosedRange | ( | T | l, |
| T | u | ||
| ) |
Definition at line 85 of file methods.hpp.
| std::string failureMessage | ( | const stichwort::Parameter & | p | ) | const |
Definition at line 92 of file methods.hpp.
| bool operator() | ( | T | v | ) | const |
Definition at line 86 of file methods.hpp.
| T lower |
Definition at line 90 of file methods.hpp.
| T upper |
Definition at line 91 of file methods.hpp.