Member predicate ConstevalIfStmt::isNot
Holds if this is a ‘not consteval if’ statement.
For example, this holds for
if ! consteval { return true; }
but not for
if consteval { return true; }
predicate isNot()Holds if this is a ‘not consteval if’ statement.
For example, this holds for
if ! consteval { return true; }
but not for
if consteval { return true; }
predicate isNot()