Template Struct field_value_extractor¶
Defined in File form.hxx
Inheritance Relationships¶
Derived Types¶
public udho::field< T, false >(Template Struct field< T, false >)public udho::field< T, true >(Template Struct field< T, true >)
Struct Documentation¶
-
template<typename
T>
structudho::field_value_extractor¶ Subclassed by udho::field< T, false >, udho::field< T, true >
Public Functions
-
field_value_extractor(const std::string &message = "Extraction Failed")¶
-
bool
operator()(const std::string &input, value_type &value) const¶
-
std::string
message() const¶
Public Members
-
std::string
_message¶
-