Constructs a basic_memory_buffer
object moving the content of the other object to it.
<fmt/format.h>
Constructs a basic_memory_buffer
object moving the content of the other object to it.
constexpr
basic_memory_buffer(basic_memory_buffer&& other) noexcept;
» more...
Construct from Allocator
constexpr
explicit
basic_memory_buffer(Allocator const& alloc = Allocator());
» more...