Template Struct validated¶
Defined in File form.hxx
Inheritance Relationships¶
Base Type¶
public udho::prepare< validated< FormT > >(Template Struct prepare)
Struct Documentation¶
-
template<typename
FormT= void>
structudho::form::validated: public udho::prepare<validated<FormT>>¶ Public Types
Public Functions
-
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¶
-
void