Template Struct field_value_extractor

Inheritance Relationships

Derived Types

Struct Documentation

template<typename T>
struct udho::field_value_extractor

Subclassed by udho::field< T, false >, udho::field< T, true >

Public Types

typedef T value_type

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