libstdc++: std::range_error Class Reference (original) (raw)
#include <[stdexcept](a00203%5Fsource.html)>
Inheritance diagram for std::range_error:
Public Member Functions | |
---|---|
range_error (const char *) _GLIBCXX_TXN_SAFE | |
range_error (const range_error &)=default | |
range_error (const string &__arg) _GLIBCXX_TXN_SAFE | |
range_error (range_error &&)=default | |
range_error & | operator= (const range_error &)=default |
range_error & | operator= (range_error &&)=default |
virtual const char * | what () const noexcept |
Detailed Description
Thrown to indicate range errors in internal computations.
Definition at line 258 of file stdexcept.
Member Function Documentation
◆ what()
virtual const char * std::runtime_error::what ( ) const | virtualnoexceptinherited |
---|
The documentation for this class was generated from the following file: