List of all members
aurora::FunctionParam< Signature, N > Struct Template Reference

Find out the N-th parameter type of a function. More...

Detailed Description

template<typename Signature, std::size_t N>
struct aurora::FunctionParam< Signature, N >

Find out the N-th parameter type of a function.

Contains a member typedef Type. The type is unspecified if there exists no such parameter. Example:

FunctionParam<void(int, double), 1>::Type // is double

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