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