Create a basic_stringbuf by move-constructing from original.
Declared in <bslstl_stringbuf.h>
basic_stringbuf(
basic_stringbuf&& original,
allocator_type const& allocator);
Same as the move constructor taking basic_stringbuf&&.
| Name | Description |
|---|---|
| original | object from which to move-construct |
| allocator | allocator used to supply memory |