bsl::basic_stringstream::basic_stringstream

Same as the constructor taking const StringType& and const allocator_type&.

Synopsis

Declared in <bslstl_stringstream.h>

basic_stringstream(
    StringType const& initialString,
    ios_base::openmode modeBitMask,
    allocator_type const& allocator = allocator_type());