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

Method data

include/boost/asio/basic_streambuf.hpp:418–421  ·  view source on GitHub ↗

Get a list of buffers that represents the input sequence.

Source from the content-addressed store, hash-verified

416
417 /// Get a list of buffers that represents the input sequence.
418 const_buffers_type data() const noexcept
419 {
420 return sb_.data();
421 }
422
423 /// Get a list of buffers that represents the output sequence, with the given
424 /// size.

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected