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

Function start_write_op

include/boost/asio/impl/write.hpp:412–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410 typename ConstBufferIterator, typename CompletionCondition,
411 typename WriteHandler>
412 inline void start_write_op(AsyncWriteStream& stream,
413 const ConstBufferSequence& buffers, const ConstBufferIterator&,
414 CompletionCondition& completion_condition, WriteHandler& handler)
415 {
416 detail::write_op<AsyncWriteStream, ConstBufferSequence,
417 ConstBufferIterator, CompletionCondition, WriteHandler>(
418 stream, buffers, completion_condition, handler)(
419 boost::system::error_code(), 0, 1);
420 }
421
422 template <typename AsyncWriteStream>
423 class initiate_async_write

Callers 3

async_write_someMethod · 0.85
async_write_some_atMethod · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected