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

Method as_tuple_handler

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

Source from the content-addressed store, hash-verified

40
41 template <typename CompletionToken>
42 as_tuple_handler(as_tuple_t<CompletionToken> e)
43 : handler_(static_cast<CompletionToken&&>(e.token_))
44 {
45 }
46
47 template <typename RedirectedHandler>
48 as_tuple_handler(RedirectedHandler&& h)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected