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

#include <FunTraits.h>

Public Types

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

Detailed Description

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

Definition at line 815 of file FunTraits.h.

Member Typedef Documentation

◆ ObjType

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

Definition at line 817 of file FunTraits.h.

◆ Parm1

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

Definition at line 819 of file FunTraits.h.

◆ ResultType

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

Definition at line 818 of file FunTraits.h.

◆ TypeListType

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

Definition at line 820 of file FunTraits.h.


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