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

Class custom_mutable_buffer_sequence

test/buffer.cpp:510–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508};
509
510struct custom_mutable_buffer_sequence
511{
512 operator mutable_buffer() const { return mutable_buffer(0, 0); }
513 operator const_buffer() const { return mutable_buffer(0, 0); }
514};
515
516struct invalid_const_a
517{

Callers

nothing calls this directly

Calls 1

mutable_bufferClass · 0.85

Tested by

no test coverage detected