True if the nothrow application of F to Tuple yields a result convertible to R.
Synopsis
Declared in <folly/functional/ApplyTuple.h>
template<
typename R,
typename F,
typename Tuple>
inline constexpr bool is_nothrow_applicable_r_v = is_nothrow_invocable_r_v<R, ApplyInvoke, F, Tuple>;
Created with MrDocs