:relfileprefix: ../../../ [#511CD4967CA9A75CE36B8F263A9FE64A6DAD8E04] = Function scope_exit::scope_exit == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- template< typename F, typename C, typename = enable_if, std::is_constructible::type, typename detail::move_or_copy_construct_ref::type, bool>>::value>::type> scope_exit( F&& func, C&& cond, bool active = true) noexcept(std::is_nothrow_constructible::type, typename detail::move_or_copy_construct_ref::type, bool>::value); ----