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

Function asio_handler_is_continuation

include/boost/asio/impl/prepend.hpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68template <typename Handler>
69inline bool asio_handler_is_continuation(
70 prepend_handler<Handler>* this_handler)
71{
72 return BOOST_ASIO_VERSIONED_NAME(handler_cont_helpers)::is_continuation(
73 this_handler->handler_);
74}
75
76template <typename Signature, typename... Values>
77struct prepend_signature;

Callers

nothing calls this directly

Calls 2

is_continuationFunction · 0.85

Tested by

no test coverage detected