basic_filebuf::pbackfail

Overrides basic_streambuf::pbackfail().

  virtual int_type pbackfail
     (int_type c = traits::eof());
  
Remarks

This function puts back the characters designated by c to the input sequence if possible.

Returns traits::eof() if failure and returns either the character put back or traits::not_eof(c) for success.