Home | History | Annotate | Download | only in docs

Lines Matching full:__has_attribute

312 Query for this feature with ``__has_attribute(enable_if)``.
521 Query for this feature with ``__has_attribute(objc_method_family)``.
972 You can detect support for these attributes with ``__has_attribute()``. For
977 #if defined(__has_attribute)
978 # if __has_attribute(argument_with_type_tag) && \
979 __has_attribute(pointer_with_type_tag) && \
980 __has_attribute(type_tag_for_datatype)