:relfileprefix: ../../ [#9B01F3F82040ECC3EBF5DA13A4D42AC9B09C3CBB] = Function make_scope_exit == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- template< typename F, typename C> enable_if::type, typename std::decay::type>, F, C, bool>::value, xref:boost/scope/scope_exit-0a.adoc[scope_exit]::type, decay::type>>::type make_scope_exit( F&& func, C&& cond, bool active = true) noexcept(std::is_nothrow_constructible::type, typename std::decay::type>, F, C, bool>::value); ----