Template Struct responder¶
Defined in File access.h
Struct Documentation¶
-
template<typename
F, typenameR>
structudho::detail::responder¶ -
Public Functions
-
responder() = delete¶
-
responder(callback_type callback)¶
-
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¶
-