Struct accumulated

Inheritance Relationships

Base Type

Derived Type

Struct Documentation

struct udho::forms::accumulated : public udho::prepare<accumulated>

Subclassed by udho::forms::validated< form< DriverT > >

Public Types

typedef udho::prepare<accumulated> base
typedef accumulated self_type

Public Functions

accumulated()
template<typename ValidatorT, typename TailT>
self_type &add(const detail::constrained_field<ValidatorT, TailT> &cf)
self_type &add(const detail::field_common &common)
bool valid() const
void add_error(const std::string &err)
const std::vector<std::string> &errors() const
const detail::field_common &operator[](const std::string &name) const
template<typename DictT>
auto dict(DictT assoc) const