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

More…

#include <FunctorTraits.h>

Public Types

Name
typedef FunctorArity< 1 >Arity
typedef ResultTypeResult
typedef RemoveConstRef< Arg0Type >::TypeArgument0
typedef FalseTypeIsMember

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;