bsl::basic_stringbuf::pubsetbuf

Entry points for derived buffer functions.

Synopsis

Declared in <bslstl_stringbuf.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.