#include <exception>
#include <string>
Include dependency graph for stdexcept:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
class | std::logic_error |
One of two subclasses of exception. More... | |
class | std::domain_error |
class | std::invalid_argument |
class | std::length_error |
class | std::out_of_range |
class | std::runtime_error |
One of two subclasses of exception. More... | |
class | std::range_error |
class | std::overflow_error |
class | std::underflow_error |
Defines | |
#define | stdEXCEPT |
include
this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file stdexcept.