Template Struct association¶
Defined in File access.h
Inheritance Relationships¶
Base Type¶
public udho::detail::responder< F, F::result_type >(Template Struct responder)
Struct Documentation¶
-
template<typename
F>
structudho::detail::association: public udho::detail::responder<F, F::result_type>¶ Public Types
-
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¶
-
typedef responder_type::result_type