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

Function asio_handler_is_continuation

include/boost/asio/impl/read_at.hpp:282–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 typename MutableBufferSequence, typename MutableBufferIterator,
281 typename CompletionCondition, typename ReadHandler>
282 inline bool asio_handler_is_continuation(
283 read_at_op<AsyncRandomAccessReadDevice, MutableBufferSequence,
284 MutableBufferIterator, CompletionCondition, ReadHandler>* this_handler)
285 {
286 return this_handler->start_ == 0 ? true
287 : BOOST_ASIO_VERSIONED_NAME(handler_cont_helpers)::is_continuation(
288 this_handler->handler_);
289 }
290
291 template <typename AsyncRandomAccessReadDevice,
292 typename MutableBufferSequence, typename MutableBufferIterator,

Callers

nothing calls this directly

Calls 2

is_continuationFunction · 0.85

Tested by

no test coverage detected