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