|
Honeycomb
0.1
Component-Model Framework
|
Get function type traits. More...
#include <Meta.h>


Get function type traits.
Valid types for T:
| Sig | function signature |
| Base | base class if this is a non-static member function, void otherwise |
| Return | return type |
| arity | number of parameters, includes the hidden base pointer as the first param if there's a base class |
| param<I> | parameter types, from 0 to arity-1 |
1.8.10