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

More…

#include <FunctorTraits.h>

Inherited by cohtml::FunctorTraits< ResultType(ClassType::*)() const >

Public Types

Name
typedef FunctorArity< 0 >Arity
typedef ResultTypeResult
typedef TrueTypeIsMember
typedef ClassTypeClass

Detailed Description

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

Public Types Documentation

typedef Arity

typedef FunctorArity<0> cohtml::FunctorTraits< ResultType(ClassType::*)()>::Arity;

typedef Result

typedef ResultType cohtml::FunctorTraits< ResultType(ClassType::*)()>::Result;

typedef IsMember

typedef TrueType cohtml::FunctorTraits< ResultType(ClassType::*)()>::IsMember;

typedef Class

typedef ClassType cohtml::FunctorTraits< ResultType(ClassType::*)()>::Class;