Create a basic_osyncstream by moving from original.
Synopsis
Declared in <bslstl_osyncstream.h>
basic_osyncstream(basic_osyncstream&& original) noexcept;
Description
Create a basic_osyncstream object by moving the contents of the specified original object.
Parameters
Name |
Description |
original |
object from which to move‐construct |
Created with MrDocs