Template Struct gte

Inheritance Relationships

Base Type

Struct Documentation

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

Public Types

typedef basic_constrain<gte<T>> base

Public Functions

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

Public Members

T _value