Create a basic_string object.
Synopsis
Declared in <bslstl_string.h>
explicit
basic_string(ALLOCATOR const& basicAllocator) noexcept;
Description
Create an empty string. Optionally specify the basicAllocator used to supply memory. If basicAllocator is not specified, a default‐constructed allocator is used.
Parameters
Name |
Description |
basicAllocator |
allocator used to supply memory |
Created with MrDocs