Lumiera  0.pre.03
»edit your freedom«
FunctionTypedef< RET, Types< A1, A2, A3, A4, A5, A6 > > Struct Template Reference

Description

template<typename RET, typename A1, typename A2, typename A3, typename A4, typename A5, typename A6>
struct lib::meta::FunctionTypedef< RET, Types< A1, A2, A3, A4, A5, A6 > >

Definition at line 385 of file function.hpp.

Public Types

typedef function< RET(A1, A2, A3, A4, A5, A6)> Func
 
typedef RET Sig(A1, A2, A3, A4, A5, A6)
 

Member Typedef Documentation

◆ Func

typedef function<RET(A1,A2,A3,A4,A5,A6)> Func

Definition at line 387 of file function.hpp.

◆ Sig

typedef RET Sig(A1, A2, A3, A4, A5, A6)

Definition at line 388 of file function.hpp.

+ Collaboration diagram for FunctionTypedef< RET, Types< A1, A2, A3, A4, A5, A6 > >:

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