bsl::basic_ostringstream::basic_ostringstream

Create a basic_ostringstream by moving from original.

Synopsis

Declared in <bslstl_ostringstream.h>

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

Description

Same as the move constructor taking basic_ostringstream&&.

Parameters

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