cohtml::GetArrayValue< const TArray< T, A > & >

More…

Public Functions

Name
boolInvoke(Binder * binder, void * object, ArrayInfo * arrayInfo, const TypedProperty< const TArray< T, A > &> * prop)
boolInvoke(Binder * binder, void * object, ArrayInfo * arrayInfo, const TypedProperty< TArray< T, A > &> * prop)

Detailed Description

template <typename T ,
typename A >
struct cohtml::GetArrayValue< const TArray< T, A > & >;

Public Functions Documentation

function Invoke

static inline bool Invoke(
    Binder * binder,
    void * object,
    ArrayInfo * arrayInfo,
    const TypedProperty< const TArray< T, A > &> * prop
)

function Invoke

static inline bool Invoke(
    Binder * binder,
    void * object,
    ArrayInfo * arrayInfo,
    const TypedProperty< TArray< T, A > &> * prop
)