MCPcopy Create free account
hub / github.com/boostorg/asio / append_handler

Method append_handler

include/boost/asio/impl/append.hpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 template <typename H>
41 append_handler(H&& handler, std::tuple<Values...> values)
42 : handler_(static_cast<H&&>(handler)),
43 values_(static_cast<std::tuple<Values...>&&>(values))
44 {
45 }
46
47 template <typename... Args>
48 void operator()(Args&&... args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected