Same as the constructor taking const CHAR_TYPE *.

Synopsis

Declared in <bslstl_string.h>

template<class = void>
requires bsl::IsStdAllocator<ALLOCATOR>::value
basic_string(
    char32_t const* characterString,
    allocator<char32_t> const& basicAllocator = ALLOCATOR());

Created with MrDocs