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