Same as the constructor taking const CHAR_TYPE *.
Synopsis
Declared in <bslstl_string.h>
template<>
requires bsl::IsStdAllocator<ALLOCATOR>::value
basic_string(
CHAR_TYPE const* characterString,
ALLOCATOR const& basicAllocator = ALLOCATOR());
Created with MrDocs