MCPcopy Create free account
hub / github.com/boostorg/beast / write_some_lambda

Method write_some_lambda

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

Source from the content-addressed store, hash-verified

463 std::size_t bytes_transferred = 0;
464
465 explicit
466 write_some_lambda(Stream& stream)
467 : stream_(stream)
468 {
469 }
470
471 template<class ConstBufferSequence>
472 void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected