Create a basic_syncbuf by moving from original.
Declared in <bslstl_syncbuf.h>
basic_syncbuf(
basic_syncbuf&& original,
ALLOCATOR const& allocator);
Create a basic_syncbuf object by moving the contents of the specified original object, using the specified allocator.
| Name | Description |
|---|---|
| original | object from which to move-construct |
| allocator | allocator used to supply memory |