Create a basic_syncbuf by moving from original.
Create a basic_syncbuf object having the same value as the specified original object by moving the contents of original to the newly-created object. Optionally specify an allocator used to supply memory. original.get_wrapped() == nullptr after the call.
| Name | Description |
|---|---|
| original | object from which to move-construct |