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