Create a StringBufContainer object whose buffer contains the characters in the specified [first, last)] range.
Synopsis
Declared in <bslstl_stringbuf.h>
template<class STRING_ITER>
StringBufContainer(
STRING_ITER first,
STRING_ITER last,
std::ios_base::openmode modeBitMask,
ALLOCATOR const& allocator);
Created with MrDocs