[#bsl-basic_stringbuf-setg] = xref:bsl.adoc[bsl]::xref:bsl/basic_stringbuf.adoc[basic_stringbuf]::setg :relfileprefix: ../../ :mrdocs: Setting the three read area pointers. == Synopsis Declared in `<bslstl_stringbuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setg( char_type* __gbeg, char_type* __gnext, char_type* __gend); ---- == Parameters [cols="1,4"] |=== | Name| Description | *__gbeg* | A pointer. | *__gnext* | A pointer. | *__gend* | A pointer. |=== == Postconditions * ___gbeg_ == `eback(),` ___gnext_ == `gptr(),` and ___gend_ == `egptr()` [.small]#Created with https://www.mrdocs.com[MrDocs]#