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

Find out the return type of a function. More...

Detailed Description

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

Find out the return type of a function.

Contains a member typedef Type. Example:

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

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