bsl::basic_string<char8_t>::basic_string

Create an empty string. Optionally specify the basicAllocator used to supply memory. If basicAllocator is not specified, a default-constructed allocator is used.

Synopsis

Declared in <bslstl_string.h>

explicit
basic_string(allocator<char8_t> const& basicAllocator) noexcept;