hasRCRetainFunction

Gets whether T has a retain style function.

Members

Enums

hasRCFunc
eponymoustemplate hasRCFunc(string name)
Undocumented in source.

Manifest constants

hasRCRetainFunction
enum hasRCRetainFunction;
Undocumented in source.
hasRCRetainFunction
enum hasRCRetainFunction;
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