TrueReality  v0.1.1912
trUtil::FunTraits< R(O::*)(P1) const > 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) const >

Definition at line 985 of file FunTraits.h.

Member Typedef Documentation

◆ ObjType

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

Definition at line 987 of file FunTraits.h.

◆ Parm1

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

Definition at line 989 of file FunTraits.h.

◆ ResultType

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

Definition at line 988 of file FunTraits.h.

◆ TypeListType

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

Definition at line 990 of file FunTraits.h.


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