bsl::basic_istringstream::seekg

Changing the current read position.

Synopses

Declared in <bslstl_istringstream.h>

Changing the current read position.

__istream_type&
seekg(pos_type);
» more...

Changing the current read position.

__istream_type&
seekg(
    off_type,
    ios_base::seekdir);
» more...

Return Value

*this

Parameters

NameDescription
__posA file position object.
__offA file offset object.
__dirThe direction in which to seek.