Reinitialize this stream buffer to use the specified character buffer having the specified length. Return the pointer providing modifiable access to this stream buffer.

Synopsis

Declared in <bdlsb_fixedmeminstreambuf.h>

virtual
FixedMemInStreamBuf*
setbuf(
    char* buffer,
    std::streamsize length) override;

Created with MrDocs