True if F is nothrow‐invocable with A....
Synopsis
Declared in <folly/functional/Invoke.h>
template<
typename Void,
typename F,
typename... A>
inline constexpr bool is_nothrow_invocable_v = ok_<bool, F, A...>{false};
Created with MrDocs