#include <z3++.h>
Definition at line 1600 of file z3++.h.
◆ iterator()
◆ operator!=()
Definition at line 1608 of file z3++.h.
1608 {
1609 return i != other.i;
1610 }
◆ operator*()
Definition at line 1611 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 1612 of file z3++.h.
1612{ ++i; return *this; }
◆ operator++() [2/2]
Definition at line 1613 of file z3++.h.
1613{ assert(false); return *this; }
◆ operator==()
bool operator== |
( |
iterator const & | other | ) |
|
|
inlinenoexcept |
Definition at line 1605 of file z3++.h.
1605 {
1606 return i == other.i;
1607 }