folly::is_nothrow_applicable_r

Trait testing the nothrow application of F to Tuple with result convertible to R.

Synopsis

Declared in <folly/functional/ApplyTuple.h>

template<
    typename R,
    typename F,
    typename Tuple>
using is_nothrow_applicable_r = is_nothrow_invocable_r<R, ApplyInvoke, F, Tuple>;