Struct const_int_expr_t#

Struct Documentation#

struct const_int_expr_t#

The datastructure is used as the return type for SageInterface::evaluateConstIntegerExpression(). One needs to always check whether hasValue_ is true before accessing value_

Public Members

size_t value_#
bool hasValue_#