Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TMemberFunctionPtrOuter< T > Struct Template Reference

Detailed Description

template<typename T>
struct TMemberFunctionPtrOuter< T >

Type trait which yields the type of the class given a pointer to a member function of that class, e.g.:

TMemberFunctionPtrOuter_T<decltype(&FVector::DotProduct)>::Type == FVector

Definition at line 11 of file MemberFunctionPtrOuter.h.


The documentation for this struct was generated from the following file: