Alters the stream positions.

Synopsis

Declared in <bslstl_stringbuf.h>

virtual
pos_type
seekpos(
    pos_type,
    ios_base::openmode = ios_base::in | ios_base::out);

Description

Each derived class provides its own appropriate behavior.

Note

Base class version does nothing, returns a pos_type that represents an invalid stream position.

Created with MrDocs