Changing the current read position.

Synopses

Declared in <bslstl_istringstream.h>

Changing the current read position.

__istream_type&
seekg(pos_type);

Changing the current read position.

__istream_type&
seekg(
    off_type,
    ios_base::seekdir);

Return Value

*this

Parameters

Name

Description

__pos

A file position object.

__off

A file offset object.

__dir

The direction in which to seek.

Created with MrDocs