Lumiera  0.pre.03
»edit your freedom«
FunctionTypedef< RET, ARGS > Struct Template Reference

#include "lib/meta/function.hpp"

Description

template<typename RET, typename ARGS>
struct lib::meta::FunctionTypedef< RET, ARGS >

Build function types from given Argument types.

As embedded typedefs, you'll find a tr1 functor #Func and the bare function signature #Sig

Parameters
RETthe function return type
ARGSa type sequence describing the arguments

Definition at line 306 of file function.hpp.

+ Collaboration diagram for FunctionTypedef< RET, ARGS >:

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