VCCC  2024.05
VisualCamp Common C++ library
arity.hpp File Reference
#include <type_traits>

Go to the source code of this file.

Classes

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

Namespaces

 vccc
 

Typedefs

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