Same as the constructor taking (numChars, character).
Declared in <bslstl_string.h>
template<class = void>
requires bsl::IsStdAllocator<ALLOCATOR>::value
basic_string(
size_type numChars,
wchar_t character,
allocator<wchar_t> const& basicAllocator = ALLOCATOR());