CodeQL library for C/C++
codeql/cpp-all 0.9.3 ( changelog , source )
Search

Member predicate Function :: isDeclaredConstexpr

Holds if this function is declared to be constexpr.

Note that this does not hold if the function has been declared consteval.

predicate isDeclaredConstexpr ( )