folly::invoke_detail::is_nothrow

Bool constant that is true when invoking P with A... is noexcept.

Synopsis

Declared in <folly/functional/Invoke.h>

template<
    typename P,
    typename... A>
using is_nothrow = std::bool_constant<traits<P>::template nothrow_v<A...>>;