Trait testing whether applying F to Tuple yields a result convertible to R.
Declared in <folly/functional/ApplyTuple.h>
template<
typename R,
typename F,
typename Tuple>
using is_applicable_r = is_invocable_r<R, ApplyInvoke, F, Tuple>;