basic_ostream::tellp
Report position in output stream.
pos_type tellp( );
반환 값
Position in output stream.
설명
If fail is false, the member function returns rdbuf-> pubseekoff(0, cur, in). Otherwise, it returns pos_type(-1).
예제
See seekp for an example using tellp.
요구 사항
Header: <ostream>
네임스페이스: std