VCCC  2024.05
VisualCamp Common C++ library
arity< T > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__type_traits/arity.hpp>

Detailed Description

template<typename T>
struct vccc::arity< T >

using on non-function types will cause syntax failure.

auto f = [](int a, int b){
return a+b;
}
auto n = arity<decltype(f)>::value;
constexpr VCCC_INLINE_OR_STATIC detail::element_niebloid< 1 > value
Definition: key_value.hpp:35
Template Parameters
Tfunction type

The documentation for this struct was generated from the following file: