file
scope_guard.hContains the definition of muu::
Namespaces
- namespace muu
- The root namespace for all muu functions and types.
Classes
-
template <typename T>class muu::scope_guard
- Performs actions when going out of scope.
-
template <typename T>class muu::scope_fail
- Performs actions when going out of scope due to an exception being thrown.
-
template <typename T>class muu::scope_success
- Performs actions when going out of scope only if no exceptions have been thrown.