bsl::basic_string<char16_t>::basic_string

Same as the constructor taking (numChars, character).

Synopsis

Declared in <bslstl_string.h>

template<class = void>
requires bsl::IsStdAllocator<ALLOCATOR>::value
basic_string(
    size_type numChars,
    char16_t character,
    allocator<char16_t> const& basicAllocator = ALLOCATOR());