Specialization yielding the nothrow result when the invocation is well‐formed.

Synopsis

Declared in <folly/functional/Invoke.h>

template<
    typename F,
    typename... A>
inline constexpr bool is_nothrow_invocable_v = is_nothrow<F, A...>::value;

Created with MrDocs