logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::ios_base::failure - These are thrown to indicate problems with io.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                       std::ios_base::failure(3cxx)

Detailed Description

       These are thrown to indicate problems with io.

       27.4.2.1.1 Class ios_base::failure

Member Function Documentation

virtualconstchar*std::ios_base::failure::what()const[virtual]
       Returns a C-style character string describing the general cause of the current error.

       Reimplemented from std::exception.

Name

       std::ios_base::failure - These are thrown to indicate problems with io.

Synopsis

       #include <ios>

       Inherits std::exception.

   PublicMemberFunctionsfailure (const char *__s, const error_code &=error_code{})
       failure (const string &__s, const error_code &) noexcept
       failure (const string &__str)  throw ()
       error_codecode () const noexcept
       virtual const char * what () const  throw ()

See Also