std::strstreambuf::setbuf (3) Linux Manual Page
std::strstreambuf::setbuf – std::strstreambuf::setbuf Synopsis protected: virtual streambuf<char> *setbuf(char *s, std::streamsize n); If s is a null pointer and n is zero, this function has no effect. Otherwise, the effect is implementation-defined: some implementations do nothing, while some implementations deallocate the dynamic member array used as the buffer and begin using the user-supplied character array of…
