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

Method data

include/boost/asio/registered_buffer.hpp:106–109  ·  view source on GitHub ↗

Get a pointer to the beginning of the memory range. * @returns buffer().data() . */

Source from the content-addressed store, hash-verified

104 * @returns <tt>buffer().data()</tt>.
105 */
106 void* data() const noexcept
107 {
108 return buffer_.data();
109 }
110
111 /// Get the size of the memory range.
112 /**

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected