Go to the source code of this file.
Functions | |
| template<class T , class E > | |
| E | guard_exceptions (E error_code, T func) |
| template<class T > | |
| void | guard_exceptions (T &&func) |
| E guard_exceptions | ( | E | error_code, |
| T | func | ||
| ) |
Definition at line 29 of file guard_exceptions.h.
| void guard_exceptions | ( | T && | func | ) |
Definition at line 61 of file guard_exceptions.h.
1.8.14