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

Method data

include/boost/asio/registered_buffer.hpp:185–188  ·  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

183 * @returns <tt>buffer().data()</tt>.
184 */
185 const void* data() const noexcept
186 {
187 return buffer_.data();
188 }
189
190 /// Get the size of the memory range.
191 /**

Callers 1

dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected