cohtml::FunctorTraits< ResultType(*)(Arg0Type, Arg1Type)>

More…

#include <FunctorTraits.h>

Public Types

Name
typedef FunctorArity< 2 >Arity
typedef ResultTypeResult
typedef RemoveConstRef< Arg0Type >::TypeArgument0
typedef RemoveConstRef< Arg1Type >::TypeArgument1
typedef FalseTypeIsMember

Detailed Description

template <typename ResultType ,
typename Arg0Type ,
typename Arg1Type >
struct cohtml::FunctorTraits< ResultType(*)(Arg0Type, Arg1Type)>;

Public Types Documentation

typedef Arity

typedef FunctorArity<2> cohtml::FunctorTraits< ResultType(*)(Arg0Type, Arg1Type)>::Arity;

typedef Result

typedef ResultType cohtml::FunctorTraits< ResultType(*)(Arg0Type, Arg1Type)>::Result;

typedef Argument0

typedef RemoveConstRef<Arg0Type>::Type cohtml::FunctorTraits< ResultType(*)(Arg0Type, Arg1Type)>::Argument0;

typedef Argument1

typedef RemoveConstRef<Arg1Type>::Type cohtml::FunctorTraits< ResultType(*)(Arg0Type, Arg1Type)>::Argument1;

typedef IsMember

typedef FalseType cohtml::FunctorTraits< ResultType(*)(Arg0Type, Arg1Type)>::IsMember;