streambuf::pptr
[protected] char * pptr ( ) const; | streambuf |
cplusplus.com |
Return put pointer.
Returns a pointer to the element of the output sequence where the next output operation
shall be performed.
Parameters.
Return Value.
The value of the put pointer.
Basic template member declaration ( basic_streambuf<charT,traits> ):
typedef charT char_type; char_type * pptr ( ) const; |
See also.
gptr,
pbump,
setp
streambuf class