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

Function asio_handler_is_continuation

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

Source from the content-addressed store, hash-verified

63
64template <typename Handler>
65inline bool asio_handler_is_continuation(
66 as_tuple_handler<Handler>* this_handler)
67{
68 return BOOST_ASIO_VERSIONED_NAME(handler_cont_helpers)::is_continuation(
69 this_handler->handler_);
70}
71
72template <typename Signature>
73struct as_tuple_signature;

Callers

nothing calls this directly

Calls 2

is_continuationFunction · 0.85

Tested by

no test coverage detected