Searched defs:Wrapped (Results 1 – 1 of 1) sorted by relevance
25 struct Wrapped struct29 struct Wrapped<Func, std::tuple<ArgsWrapped...>> struct31 explicit Wrapped(Func f) : handler(std::move(f)) {} in Wrapped() argument33 std::function<void(ArgsWrapped...)> handler;35 void operator()(const Request& req, in operator ()()