streambuf::out_waiting

Syntax

int out_waiting() const;

Remarks

Returns the number of characters in the put area that have not been sent to the final output destination. These characters are between the pbase and pptr pointers.