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

#include <FunTraits.h>

Public Types

using ObjType = O
 
using ResultType = R
 
using Parm1 = P1
 
using Parm2 = P2
 
using TypeListType = TYPELIST_2(P1, P2)
 

Detailed Description

template<class O, typename R, typename P1, typename P2>
struct trUtil::FunTraits< R(O::*)(P1, P2) const >

Definition at line 993 of file FunTraits.h.

Member Typedef Documentation

◆ ObjType

template<class O , typename R , typename P1 , typename P2 >
using trUtil::FunTraits< R(O::*)(P1, P2) const >::ObjType = O

Definition at line 995 of file FunTraits.h.

◆ Parm1

template<class O , typename R , typename P1 , typename P2 >
using trUtil::FunTraits< R(O::*)(P1, P2) const >::Parm1 = P1

Definition at line 997 of file FunTraits.h.

◆ Parm2

template<class O , typename R , typename P1 , typename P2 >
using trUtil::FunTraits< R(O::*)(P1, P2) const >::Parm2 = P2

Definition at line 998 of file FunTraits.h.

◆ ResultType

template<class O , typename R , typename P1 , typename P2 >
using trUtil::FunTraits< R(O::*)(P1, P2) const >::ResultType = R

Definition at line 996 of file FunTraits.h.

◆ TypeListType

template<class O , typename R , typename P1 , typename P2 >
using trUtil::FunTraits< R(O::*)(P1, P2) const >::TypeListType = TYPELIST_2(P1, P2)

Definition at line 999 of file FunTraits.h.


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