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