AsyncResultT.isTagged

Checks if res has the given source_tag (generally a function pointer indicating the function res was created by).

template AsyncResultT(TStruct)
bool
isTagged
(
void* sourceTag
)

Parameters

sourceTag void*

an application-defined tag

Return Value

Type: bool

TRUE if res has the indicated source_tag, FALSE if not.

Meta

Since

2.34