cohtml::FunctorTraits< ResultType(Arg0Type, Arg1Type)>
#include <FunctorTraits.h>
Public Types
Name | |
---|---|
typedef FunctorArity< 2 > | Arity |
typedef ResultType | Result |
typedef RemoveConstRef< Arg0Type >::Type | Argument0 |
typedef RemoveConstRef< Arg1Type >::Type | Argument1 |
typedef FalseType | IsMember |
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;