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