folly::function_is_nothrow_v

True precisely when the given function type is marked noexcept.

Synopsis

Declared in <folly/functional/traits.h>

template<typename F>
constexpr bool function_is_nothrow_v = function_traits<F>::is_nothrow;