Template Struct responder

Struct Documentation

template<typename F, typename R>
struct udho::detail::responder

Public Types

typedef F callback_type
typedef R result_type
typedef responder<F, R> self_type

Public Functions

responder() = delete
responder(callback_type callback)
responder(const self_type &other)
result_type call(const std::string&) const
result_type call(const std::string&)
bool iterable() const
bool leaf() const
std::size_t count() const
std::vector<std::string> keys() const

Public Members

callback_type _callback