Reinitialize this stream buffer to use the specified read‐only character buffer having the specified length.

Synopsis

Declared in <bdlsb_fixedmeminstreambuf.h>

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

Created with MrDocs