Setting the three read area pointers.

Synopsis

Declared in <bslstl_syncbuf.h>

void
setg(
    char_type* __gbeg,
    char_type* __gnext,
    char_type* __gend);

Parameters

Name

Description

__gbeg

A pointer.

__gnext

A pointer.

__gend

A pointer.

Postconditions

  • __gbeg == eback(), __gnext == gptr(), and __gend == egptr()

Created with MrDocs