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