Template Struct in

Inheritance Relationships

Base Type

Struct Documentation

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

Public Types

typedef basic_constrain<in<T>> base

Public Functions

template<typename It>
in(const std::string &message, It begin, It end)
template<typename ...U>
in(const std::string &message, const U&... args)
template<typename ...U>
in(const U&... args)
bool operator()(const T &input) const

Public Members

std::set<T> _values