MCPcopy Create free account
hub / github.com/boostorg/beast / static_buffer

Method static_buffer

include/boost/beast/core/static_buffer.hpp:245–248  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

243public:
244 /// Constructor
245 static_buffer() noexcept
246 : static_buffer_base(buf_, N)
247 {
248 }
249
250 /// Constructor
251 static_buffer(static_buffer const&) noexcept;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected