Create a StringBufContainer by move‐constructing from original.
Synopsis
Declared in <bslstl_stringbuf.h>
StringBufContainer(
StringBufContainer&& original,
ALLOCATOR const& allocator);
Description
Create a StringBufContainer object using the specified allocator to supply memory and having the same value as the specified original object by moving the contents of original to the newly‐created object. original is left in a valid but unspecified state.
Parameters
Name |
Description |
original |
object from which to move‐construct |
allocator |
allocator used to supply memory |
Created with MrDocs