TrueReality  v0.1.1912
trUtil::FunTraits< R(*)(P1, P2, P3, P4)> Struct Template Reference

#include <FunTraits.h>

Public Types

using ObjType = NullType
 
using ResultType = R
 
using Parm1 = P1
 
using Parm2 = P2
 
using Parm3 = P3
 
using Parm4 = P4
 
using TypeListType = TYPELIST_4(P1, P2, P3, P4)
 

Detailed Description

template<typename R, typename P1, typename P2, typename P3, typename P4>
struct trUtil::FunTraits< R(*)(P1, P2, P3, P4)>

Definition at line 842 of file FunTraits.h.

Member Typedef Documentation

◆ ObjType

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 >
using trUtil::FunTraits< R(*)(P1, P2, P3, P4)>::ObjType = NullType

Definition at line 844 of file FunTraits.h.

◆ Parm1

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 >
using trUtil::FunTraits< R(*)(P1, P2, P3, P4)>::Parm1 = P1

Definition at line 846 of file FunTraits.h.

◆ Parm2

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 >
using trUtil::FunTraits< R(*)(P1, P2, P3, P4)>::Parm2 = P2

Definition at line 847 of file FunTraits.h.

◆ Parm3

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 >
using trUtil::FunTraits< R(*)(P1, P2, P3, P4)>::Parm3 = P3

Definition at line 848 of file FunTraits.h.

◆ Parm4

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 >
using trUtil::FunTraits< R(*)(P1, P2, P3, P4)>::Parm4 = P4

Definition at line 849 of file FunTraits.h.

◆ ResultType

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 >
using trUtil::FunTraits< R(*)(P1, P2, P3, P4)>::ResultType = R

Definition at line 845 of file FunTraits.h.

◆ TypeListType

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 >
using trUtil::FunTraits< R(*)(P1, P2, P3, P4)>::TypeListType = TYPELIST_4(P1, P2, P3, P4)

Definition at line 850 of file FunTraits.h.


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