Template Struct form

Inheritance Relationships

Base Type

  • public DriverT

Struct Documentation

template<typename DriverT>
struct udho::forms::form : public DriverT

Public Functions

bool has(const std::string &name) const
template<typename T, typename ParserT = udho::forms::parser<T>>
T field(const std::string &name, bool *ok = 0x0) const
template<typename T, typename ParserT = udho::forms::parser<T>, typename ...ArgsT>
T field(const std::string &name, bool *ok, const ArgsT&... args) const
template<typename T, typename ParserT = udho::forms::parser<T>, typename ...ArgsT>
T field(const std::string &name, const ArgsT&... args) const