Definition at line 1688 of file z3++.h.
Definition at line 1696 of file z3++.h.
1697 return i != other.i;
Definition at line 1699 of file z3++.h.
1699 {
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 1700 of file z3++.h.
1700 { ++i;
return *
this; }
Definition at line 1701 of file z3++.h.
1701 { assert(
false);
return *
this; }
| bool operator== |
( |
iterator const & |
other | ) |
const |
|
inlinenoexcept |
Definition at line 1693 of file z3++.h.
1694 return i == other.i;