cohtml::GetValue< Property(Class::*)() const >

More…

#include <Property.h>

Public Functions

Name
PropertyInvoke(Class * instance, Property(Class::*)() const getter)

Detailed Description

template <typename Class ,
typename Property >
struct cohtml::GetValue< Property(Class::*)() const >;

Public Functions Documentation

function Invoke

static inline Property Invoke(
    Class * instance,
    Property(Class::*)() const getter
)