folly::is_applicable_r

Trait testing whether applying F to Tuple yields a result convertible to R.

Synopsis

Declared in <folly/functional/ApplyTuple.h>

template<
    typename R,
    typename F,
    typename Tuple>
using is_applicable_r = is_invocable_r<R, ApplyInvoke, F, Tuple>;