folly::function_arguments_size_v

The number of arguments in the given function type.

Synopsis

Declared in <folly/functional/traits.h>

template<typename F>
constexpr std::size_t function_arguments_size_v = function_arguments_size_t<F>::value;