#include <z3++.h>
Definition at line 1587 of file z3++.h.
◆ iterator()
◆ operator!=()
Definition at line 1595 of file z3++.h.
1595 {
1596 return i != other.i;
1597 }
◆ operator*()
Definition at line 1598 of file z3++.h.
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 1599 of file z3++.h.
1599{ ++i; return *this; }
◆ operator++() [2/2]
Definition at line 1600 of file z3++.h.
1600{ assert(false); return *this; }
◆ operator==()
bool operator== |
( |
iterator const & |
other | ) |
|
|
inlinenoexcept |
Definition at line 1592 of file z3++.h.
1592 {
1593 return i == other.i;
1594 }