|
cppx-core
|
Classes | |
| struct | Failure |
| struct | Success |
Functions | |
| CPPX_USE_STD (current_exception, runtime_error, string, throw_with_nested) | |
| auto | hopefully (const Truth condition) -> Truth |
| template<class X = runtime_error> | |
| auto | fail (const string &message) -> Truth |
| template<class X = runtime_error> | |
| auto | fail (const string &message, const Abstract_source_location &throw_point) -> Truth |
| template<class Value > | |
| auto | operator>> (const Value &v, Failure) -> Truth |
| cppx::hf::CPPX_USE_STD | ( | current_exception | , |
| runtime_error | , | ||
| string | , | ||
| throw_with_nested | |||
| ) |
|
inline |
Definition at line 50 of file hopefully_and_fail.hpp.
|
inline |
Definition at line 69 of file hopefully_and_fail.hpp.
Definition at line 44 of file hopefully_and_fail.hpp.
Definition at line 100 of file hopefully_and_fail.hpp.
1.8.15