Manipulates the buffer.
Synopsis
Declared in <bslstl_stringbuf.h>
virtual
basic_streambuf<char_type, _Traits>*
setbuf(
char_type*,
streamsize);
Description
Each derived class provides its own appropriate behavior. See the next‐to‐last paragraph of https://gcc.gnu.org/onlinedocs/libstdc++/manual/streambufs.html#io.streambuf.buffering for more on this function.
|
Note
|
Base class version does nothing, returns |
Created with MrDocs