Template Struct gt

Inheritance Relationships

Base Type

Struct Documentation

template<typename T>
struct udho::forms::constraints::gt : public udho::forms::constraints::basic_constrain<gt<T>>

Public Types

typedef basic_constrain<gt<T>> base

Public Functions

gt(const T &value, const std::string &message = "")
bool operator()(const T &input) const

Public Members

T _value