CFBooleanGetValue(_:)
Returns the value of a CFBoolean object as a standard C type Boolean.
Declaration
func CFBooleanGetValue(_ boolean: CFBoolean!) -> BoolParameters
- boolean:
The boolean to examine.
Return Value
The value of boolean.
Returns the value of a CFBoolean object as a standard C type Boolean.
func CFBooleanGetValue(_ boolean: CFBoolean!) -> BoolThe boolean to examine.
The value of boolean.