Definition at line 1601 of file z3++.h.
Definition at line 1609 of file z3++.h.
1610 return i != other.i;
Definition at line 1612 of file z3++.h.
1612 {
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...
Definition at line 1613 of file z3++.h.
1613 { ++i;
return *
this; }
Definition at line 1614 of file z3++.h.
1614 { assert(
false);
return *
this; }
| bool operator== |
( |
iterator const & |
other | ) |
const |
|
inlinenoexcept |
Definition at line 1606 of file z3++.h.
1607 return i == other.i;