fmt::basic_memory_buffer::basic_memory_buffer

Constructs a basic_memory_buffer object moving the content of the other object to it.

Synopses

Declared in <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...

Created with MrDocs