MCPcopy Create free account
hub / github.com/alibaba/async_simple / const_buffer

Function const_buffer

demo_example/asio/asio/buffer.hpp:254–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252
253#if defined(ASIO_ENABLE_BUFFER_DEBUGGING)
254 const_buffer(const void* data, std::size_t size,
255 asio::detail::function<void()> debug_check)
256 : data_(data),
257 size_(size),
258 debug_check_(debug_check)
259 {
260 }
261
262 const asio::detail::function<void()>& get_debug_check() const
263 {

Callers 4

buffer_sizeFunction · 0.70
operator+Function · 0.70
buffer_copyFunction · 0.70
basic_streambufClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected