bsl::basic_stringbuf::basic_stringbuf

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

Synopsis

Declared in <bslstl_stringbuf.h>

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