Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Report position in output stream.
pos_type tellp( );
Return Value
Position in output stream.
Remarks
If fail is false, the member function returns rdbuf-> pubseekoff(0, cur, in). Otherwise, it returns pos_type(-1).
Example
See seekp for an example using tellp.
Requirements
Header: <ostream>
Namespace: std