MCPcopy Create free account
hub / github.com/boostorg/beast / operator()

Method operator()

include/boost/beast/http/impl/write.hpp:472–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470
471 template<class ConstBufferSequence>
472 void
473 operator()(error_code& ec,
474 ConstBufferSequence const& buffers)
475 {
476 invoked = true;
477 bytes_transferred =
478 stream_.write_some(buffers, ec);
479 }
480};
481
482template<class Stream>

Callers

nothing calls this directly

Calls 1

write_someMethod · 0.45

Tested by

no test coverage detected