rutz::rutz::func_traits< R(*)(P1, P2, P3, P4, P5)> Struct Template Reference
Specialization for free functions with 5 arguments.
More...
#include <rutz/functors.h>
List of all members.
|
Public Types |
enum | { num_args = 5
} |
typedef R | retn_t |
typedef P1 | arg1_t |
typedef P2 | arg2_t |
typedef P3 | arg3_t |
typedef P4 | arg4_t |
typedef P5 | arg5_t |
typedef null_t | arg6_t |
typedef null_t | arg7_t |
typedef null_t | arg8_t |
Detailed Description
template<class R, class P1, class P2, class P3, class P4, class P5>
struct rutz::rutz::func_traits< R(*)(P1, P2, P3, P4, P5)>
Specialization for free functions with 5 arguments.
Definition at line 127 of file functors.h.
The documentation for this struct was generated from the following file: