iOS 中的BOOL、bool、Boolean、NSCFBoolean

Name Typedef Header True Value False Value
BOOL signed char objc.h YES NO
bool _Bool (int) stdbool.h true false
Boolean unsigned char MacTypes.h TRUE FALSE
NSNumber __NSCFBoolean Foundation.h @(YES) @(NO)
CFBooleanRef struct CoreFoundation.h kCFBooleanTrue kCFBooleanFalse

你可能感兴趣的:(iOS 中的BOOL、bool、Boolean、NSCFBoolean)