Template Struct prepared_group< H, void >

Struct Documentation

template<typename H>
struct udho::prepared_group<H, void>

Public Types

typedef H head_type
typedef prepared_group<H, void> self_type

Public Functions

prepared_group(const head_type &head)
template<typename V>
V extract(const std::string &key) const
template<typename V>
V parse(const std::string &key) const
std::string stringify(const std::string &key) const
template<typename V>
V at(const std::string &key) const
std::string operator[](const std::string &key) const
std::size_t count(const std::string &key) const
std::vector<std::string> keys(const std::string &key) const

Public Members

head_type _head