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

Function const_buffer

include/boost/asio/buffer.hpp:282–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280
281#if defined(BOOST_ASIO_ENABLE_BUFFER_DEBUGGING)
282 const_buffer(const void* data, std::size_t size,
283 boost::asio::detail::function<void()> debug_check)
284 : data_(data),
285 size_(size),
286 debug_check_(debug_check)
287 {
288 }
289
290 const boost::asio::detail::function<void()>& get_debug_check() const
291 {

Callers 8

buffer_sizeFunction · 0.70
operator+Function · 0.70
const_buffer bufferFunction · 0.70
buffer_copyFunction · 0.70
operator ""_bufFunction · 0.70
dataMethod · 0.70
testFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected