Template Struct validated< void >

Inheritance Relationships

Base Type

Struct Documentation

template<>
struct udho::form::validated<void> : public udho::prepare<validated<void>>

Public Types

typedef udho::prepare<validated<>> base
typedef validated<void> self_type

Public Functions

validated()
void add(const field_common &fld)
bool valid() const
const std::vector<std::string> &errors() const
const field_common &operator[](const std::string &name) const
template<typename DictT>
auto dict(DictT assoc) const

Public Members

bool _submitted
bool _valid
std::vector<std::string> _errors
std::map<std::string, field_common> _fields