[#bsl-basic_syncbuf-pbase] = xref:bsl.adoc[bsl]::xref:bsl/basic_syncbuf.adoc[basic_syncbuf]::pbase :relfileprefix: ../../ :mrdocs: Access to the put area. == Synopsis Declared in `<bslstl_syncbuf.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]#