Bool constant that is true when invoking P with A... is noexcept.
P
A...
Declared in <folly/functional/Invoke.h>
<folly/functional/Invoke.h>
template< typename P, typename... A> using is_nothrow = std::bool_constant<traits<P>::template nothrow_v<A...>>;