Trait testing whether F is nothrow-invocable with A...; mimics std::is_nothrow_invocable.
Declared in <folly/functional/Invoke.h>
template<
typename F,
typename... A>
struct is_nothrow_invocable
: std::bool_constant<is_nothrow_invocable_v<F, A...>>
| Name | Description |
|---|---|
std::bool_constant<is_nothrow_invocable_v<F, A...>> |