bsl::basic_stringbuf::basic_stringbuf

Create a basic_stringbuf by move-constructing from original.

Synopsis

Declared in <bslstl_stringbuf.h>

basic_stringbuf(
    basic_stringbuf&& original,
    allocator_type const& allocator);

Description

Same as the move constructor taking basic_stringbuf&&.

Parameters

NameDescription
originalobject from which to move-construct
allocatorallocator used to supply memory