Functions | |
void | throw_error (std::string_view s, int code) |
void | throw_if_error (std::string_view s, int code) |
void | log_if_error (std::string_view s, int code) |
template<class F> | |
auto | checked (F &&func, std::string_view msg) |
void throw_error | ( | std::string_view | s, |
int | code ) |
void throw_if_error | ( | std::string_view | s, |
int | code ) |
Definition at line 26 of file cutest-loader.cpp.
void log_if_error | ( | std::string_view | s, |
int | code ) |
Definition at line 30 of file cutest-loader.cpp.
auto checked | ( | F && | func, |
std::string_view | msg ) |