True if invoking F with A... yields a result convertible to R.
Synopsis
Declared in <folly/functional/Invoke.h>
template<
typename Void,
typename R,
typename F,
typename... A>
inline constexpr bool is_invocable_r_v = ok_<bool, R, F, A...>{false};
Created with MrDocs