rll/functional/scope_guard.h file

Namespaces

namespace rll
Contract-programming related functions and classes.

Functions

template <typename Callback>
auto finally(Callback&& callback) →  detail::scope_guard<Callback> noexcept(…)
template <typename Callback>
auto make_scope_guard(Callback&& callback) →  detail::scope_guard<Callback> noexcept(…)