CxxConvertibleToBool

A C++ type that can be converted to a Boolean value.

protocol CxxConvertibleToBool
Browse conforming types

Any C++ type that defines operator bool() conforms to this protocol.