[#bsl-basic_stringbuf-pbase] = xref:bsl.adoc[bsl]::xref:bsl/basic_stringbuf.adoc[basic_stringbuf]::pbase :relfileprefix: ../../ :mrdocs: Access to the put area. == Synopsis Declared in `<bslstl_stringbuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char_type* pbase() const; ---- == Description @{ These functions are only available to other protected functions, including derived classes. * pbase() returns the beginning pointer for the output sequence * pptr() returns the next pointer for the output sequence * epptr() returns the end pointer for the output sequence [.small]#Created with https://www.mrdocs.com[MrDocs]#