|
cppx-core
|
#include <cppx-core/failure-handling/hopefully_and_fail.hpp>#include <cppx-core/failure-handling/macro-source_location.hpp>
Go to the source code of this file.
Macros | |
| #define | fail CPPX_FAIL |
| #define | fail_ CPPX_FAIL_ |
| #define | CPPX_FAIL(...) CPPX_FAIL_( std::runtime_error, __VA_ARGS__ ) |
| #define | CPPX_FAIL_(X, ...) ::cppx::fail<X>( std::string( __VA_ARGS__ ), CPPX_SOURCE_LOCATION ) |
| #define CPPX_FAIL | ( | ... | ) | CPPX_FAIL_( std::runtime_error, __VA_ARGS__ ) |
Definition at line 10 of file macro-fail.hpp.
| #define CPPX_FAIL_ | ( | X, | |
| ... | |||
| ) | ::cppx::fail<X>( std::string( __VA_ARGS__ ), CPPX_SOURCE_LOCATION ) |
Definition at line 13 of file macro-fail.hpp.
| #define fail CPPX_FAIL |
Definition at line 6 of file macro-fail.hpp.
| #define fail_ CPPX_FAIL_ |
Definition at line 7 of file macro-fail.hpp.
1.8.15