Synopsis

Declared in header <boost/scope/scope_fail.hpp>

template<
    typename Func,
    typename Cond,
    typename = enable_if<detail::is_invocable<const Cond &>::value>::type>
scope_fail<Func, Cond>(
    Func,
    Cond,
    bool) -> scope_fail<Func, Cond>;