hasRCReleaseFunction

Gets whether T has a retain style function.

Members

Enums

hasRCFunc
eponymoustemplate hasRCFunc(string name)
Undocumented in source.

Manifest constants

hasRCReleaseFunction
enum hasRCReleaseFunction;
Undocumented in source.
hasRCReleaseFunction
enum hasRCReleaseFunction;
Undocumented in source.

Parameters

T

The type to check

Return Value

true if T is a type with a retain function, false otherwise.

See Also

Meta