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
Name |
Description |
original |
object from which to move‐construct |
allocator |
allocator used to supply memory |
Created with MrDocs