MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / const_buffer

Function const_buffer

3rd/asio-1.24.0/include/asio/buffer.hpp:255–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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