Template Struct Callback< Ret(Args…), CRet(CtxArg, CArgs…), TranslateCall, SingleUse >::TargetBlob

Nested Relationships

This struct is a nested type of Template Class Callback< Ret(Args…), CRet(CtxArg, CArgs…), TranslateCall, SingleUse >.

Struct Documentation

template<>
struct TargetBlob

Public Functions

inline void *asOpaqueHandle() const noexcept

Reinterprets the contents of the blob as void*

inline void fromOpaqueHandle(void *h) noexcept

Copies the opaque handle to the data blob

Public Members

char data[sizeof(void*)]