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

#include <FunTraits.h>

Public Types

using ObjType = O
 
using ResultType = R
 
using Parm1 = P1
 
using TypeListType = TYPELIST_1(P1)
 

Detailed Description

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

Definition at line 901 of file FunTraits.h.

Member Typedef Documentation

◆ ObjType

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

Definition at line 903 of file FunTraits.h.

◆ Parm1

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

Definition at line 905 of file FunTraits.h.

◆ ResultType

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

Definition at line 904 of file FunTraits.h.

◆ TypeListType

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

Definition at line 906 of file FunTraits.h.


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