Template Struct association

Inheritance Relationships

Base Type

Struct Documentation

template<typename F>
struct udho::detail::association : public udho::detail::responder<F, F::result_type>

Public Types

typedef F callback_type
typedef responder<F, typename F::result_type> responder_type
typedef responder_type::result_type result_type

Public Functions

association(const std::string &key, callback_type callback)
bool matched(const std::string &key) const

Public Members

std::string _key