Entry points for derived buffer functions.
Synopsis
Declared in <bslstl_syncbuf.h>
basic_streambuf*
pubsetbuf(
char_type* __s,
streamsize __n);
Description
@{
The public versions of pubfoo dispatch to the protected derived foo member functions, passing the arguments (if any) and returning the result unchanged.
Created with MrDocs