Setting the three read area pointers.
Declared in <bslstl_syncbuf.h>
void
setg(
char_type* __gbeg,
char_type* __gnext,
char_type* __gend);
| Name | Description |
|---|---|
| __gbeg | A pointer. |
| __gnext | A pointer. |
| __gend | A pointer. |
eback(), __gnext == gptr(), and __gend == egptr()