Same as the constructor taking (numChars, character).

Synopsis

Declared in <bslstl_string.h>

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

Created with MrDocs