Definition at line 1539 of file z3++.h.
◆ iterator()
◆ operator!=()
Definition at line 1547 of file z3++.h.
1548 return i != other.i;
◆ operator*()
Definition at line 1550 of file z3++.h.
1550 {
return e.
arg(i); }
expr arg(unsigned i) const
Return the i-th argument of this application. This method assumes the expression is an application.
◆ operator++() [1/2]
Definition at line 1551 of file z3++.h.
1551 { ++i;
return *
this; }
◆ operator++() [2/2]
Definition at line 1552 of file z3++.h.
1552 { assert(
false);
return *
this; }
◆ operator==()
bool operator== |
( |
iterator const & |
other | ) |
|
|
inlinenoexcept |
Definition at line 1544 of file z3++.h.
1545 return i == other.i;