|
hpp-util 9.0.2
Debugging tools for the HPP project.
|
std::exception Macros | |
| #define | HPP_THROW(TYPE, MSG) |
| Throw an exception of type using MSG as a string stream. | |
| #define | HPP_THROW_WITH_LINEINFO(TYPE, MSG) |
| Throw an exception of type using MSG as a string stream. | |
It eases throwing exceptions built from string stream. You can use equivalently
or
or
| #define HPP_THROW | ( | TYPE, | |
| MSG ) |
Throw an exception of type using MSG as a string stream.
| #define HPP_THROW_WITH_LINEINFO | ( | TYPE, | |
| MSG ) |
Throw an exception of type using MSG as a string stream.