Honeycomb  0.1
Component-Model Framework
honey::mt::funcTraits< T > Class Template Reference

Get function type traits. More...

#include <Meta.h>

Inheritance diagram for honey::mt::funcTraits< T >:
Inheritance graph
[legend]
Collaboration diagram for honey::mt::funcTraits< T >:
Collaboration graph
[legend]

Detailed Description

template<class T>
class honey::mt::funcTraits< T >

Get function type traits.

Valid types for T:

Return values
Sigfunction signature
Basebase class if this is a non-static member function, void otherwise
Returnreturn type
aritynumber 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

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