Contents

XPC_BOOL_TRUE

A constant that represents a Boolean value of true.

Declaration

var XPC_BOOL_TRUE: xpc_object_t { get }

Discussion

You may compare a Boolean object against this constant to determine its value.

See Also

Boolean objects