Member predicate ConstevalIfStmt::getThen
Gets the ‘then’ statement of this ‘(not) consteval if’ statement.
For example, for
if consteval { return true; }
the result is the BlockStmt
{ return true; }
.
Gets the ‘then’ statement of this ‘(not) consteval if’ statement.
For example, for
if consteval { return true; }
the result is the BlockStmt
{ return true; }
.