#include <typeinfo>
|
| virtual constexpr const char * | what () const noexcept |
Thrown when a NULL pointer in a typeid expression is used.
Definition at line 252 of file typeinfo.
◆ bad_typeid()
| std::bad_typeid::bad_typeid |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ ~bad_typeid()
| virtual constexpr std::bad_typeid::~bad_typeid |
( |
| ) |
|
|
inlineconstexprvirtualnoexcept |
◆ what()
| virtual constexpr const char * std::bad_typeid::what |
( |
| ) |
const |
|
inlineconstexprvirtualnoexcept |
Returns a C-style character string describing the general cause of the current error.
Reimplemented from std::exception.
Definition at line 262 of file typeinfo.
The documentation for this class was generated from the following file: