Template Struct deferred

Struct Documentation

template<typename OutputT>
struct udho::compositors::deferred

No output will be returned. ctx.respond(...) will be used instead

See

udho::context::respond

Public Types

typedef OutputT response_type

Public Functions

template<typename ...T>
void operator()(T...)
std::string name() const