std::invalid_argument(3) Library Functions Manual std::invalid_argument(3)

std::invalid_argument

#include <stdexcept>

Inherits std::logic_error.


invalid_argument (const char *)
invalid_argument (const invalid_argument &)=default
invalid_argument (const string &__arg)
invalid_argument (invalid_argument &&)=default
invalid_argument & operator= (const invalid_argument &)=default
invalid_argument & operator= (invalid_argument &&)=default
virtual const char * what () const noexcept

Thrown to report invalid arguments to functions.

Returns a C-style character string describing the general cause of the current error (the same string passed to the ctor).

Reimplemented from std::exception.

Reimplemented in std::future_error.

References what().

Referenced by what().

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

libstdc++