Home | History | Annotate | Download | only in docs

Lines Matching full:__has_include

141 :ref:`langext-__has_include` and :ref:`langext-__has_include_next` macros allow
146 .. _langext-__has_include:
148 ``__has_include``
158 #if __has_include("myinclude.h") && __has_include(<stdint.h>)
163 #if defined(__has_include) && __has_include("myinclude.h")
167 To test for this feature, use ``#if defined(__has_include)``.
175 name of an include file. It is like ``__has_include`` except that it looks for