Alters the stream positions.
Declared in <bslstl_stringbuf.h>
virtual
pos_type
seekpos(
pos_type,
ios_base::openmode = ios_base::in | ios_base::out);
Each derived class provides its own appropriate behavior.
Base class version does nothing, returns a pos_type that represents an invalid stream position.