cohtml::FunctorTraits< ResultType(*)(Arg0Type)>
#include <FunctorTraits.h>
Public Types
Name | |
---|---|
typedef FunctorArity< 1 > | Arity |
typedef ResultType | Result |
typedef RemoveConstRef< Arg0Type >::Type | Argument0 |
typedef FalseType | IsMember |
Detailed Description
template <typename ResultType ,
typename Arg0Type >
struct cohtml::FunctorTraits< ResultType(*)(Arg0Type)>;
Public Types Documentation
typedef Arity
typedef FunctorArity<1> cohtml::FunctorTraits< ResultType(*)(Arg0Type)>::Arity;
typedef Result
typedef ResultType cohtml::FunctorTraits< ResultType(*)(Arg0Type)>::Result;
typedef Argument0
typedef RemoveConstRef<Arg0Type>::Type cohtml::FunctorTraits< ResultType(*)(Arg0Type)>::Argument0;
typedef IsMember
typedef FalseType cohtml::FunctorTraits< ResultType(*)(Arg0Type)>::IsMember;