|
Electroneum
|
#include <expect.h>
Static Public Member Functions | |
| static void | throw_ (std::error_code ec, const char *msg, const char *file, unsigned line) |
| template<typename T> | |
| static T | unwrap (::expect< T > &&result, const char *error_msg, const char *file, unsigned line) |
| If result.has_error() call throw_. Otherwise,. | |
| static void | unwrap (::expect< void > &&result, const char *error_msg, const char *file, unsigned line) |
| If result.has_error() call throw_. | |
|
static |
| std::system_error | with ec, optional msg and/or optional file + line. |
Definition at line 64 of file expect.cpp.

|
inlinestatic |
If result.has_error() call throw_. Otherwise,.
Definition at line 85 of file expect.h.

|
inlinestatic |
If result.has_error() call throw_.
Definition at line 443 of file expect.h.
