True if F is invocable with A....

Synopsis

Declared in <folly/functional/Invoke.h>

template<
    typename Void,
    typename F,
    typename... A>
inline constexpr bool is_invocable_v = ok_<bool, F, A...>{false};

Created with MrDocs