[#bsl-StringBufContainer-2constructor-0cc] = xref:bsl.adoc[bsl]::xref:bsl/StringBufContainer.adoc[StringBufContainer]::StringBufContainer :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bslstl_stringbuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- StringBufContainer( xref:bsl/StringBufContainer.adoc[StringBufContainer]&& original, ALLOCATOR const& allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#