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

Function asio_handler_is_continuation

include/boost/asio/impl/write_at.hpp:267–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 typename ConstBufferSequence, typename ConstBufferIterator,
266 typename CompletionCondition, typename WriteHandler>
267 inline bool asio_handler_is_continuation(
268 write_at_op<AsyncRandomAccessWriteDevice, ConstBufferSequence,
269 ConstBufferIterator, CompletionCondition, WriteHandler>* this_handler)
270 {
271 return this_handler->start_ == 0 ? true
272 : BOOST_ASIO_VERSIONED_NAME(handler_cont_helpers)::is_continuation(
273 this_handler->handler_);
274 }
275
276 template <typename AsyncRandomAccessWriteDevice,
277 typename ConstBufferSequence, typename ConstBufferIterator,

Callers

nothing calls this directly

Calls 2

is_continuationFunction · 0.85

Tested by

no test coverage detected