VCCC  2024.05
VisualCamp Common C++ library

get function arity More...

Detailed Description

Classes

struct  arity< T >
 get parameter count of a given function More...
 

Typedefs

template<typename T >
using arity_t = typename arity< T >::type
 

Typedef Documentation

◆ arity_t

using arity_t = typename arity<T>::type