Reset the internal buffer of this stream to the specified buffer of the specified length. Note that the next write operation will start at the beginning of buffer.

Synopsis

Declared in <bdlsb_fixedmemoutput.h>

FixedMemOutput*
pubsetbuf(
    char* buffer,
    std::streamsize length);

Created with MrDocs