Reinitialize this stream buffer to use the specified character buffer.
Declared in <bdlsb_overflowmemoutput.h>
OverflowMemOutput*
pubsetbuf(
char* buffer,
std::streamsize length);
Reinitialize this stream buffer to use the specified character buffer having the specified length. Return a pointer providing modifiable access to this stream buffer. This stream buffer does not support reinitialization of the internal character buffer.
pointer providing modifiable access to this stream buffer
| Name | Description |
|---|---|
| buffer | character buffer (ignored; reinitialization unsupported) |
| length | length of buffer (ignored; reinitialization unsupported) |