int out_waiting() const;
Return Value
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.
streambuf Overview | Stream Buffer Classes