List of all members
aurora::FunctionArity< Signature > Struct Template Reference

Find out the number of parameters of a function. More...

Detailed Description

template<typename Signature>
struct aurora::FunctionArity< Signature >

Find out the number of parameters of a function.

Contains a member constant value. Example:

FunctionArity<void(int, double)>::value // is 2

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