#include <z3++.h>
Definition at line 1618 of file z3++.h.
◆ iterator()
◆ operator!=()
Definition at line 1626 of file z3++.h.
1626 {
1627 return i != other.i;
1628 }
◆ operator*()
Definition at line 1629 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 1630 of file z3++.h.
1630{ ++i; return *this; }
◆ operator++() [2/2]
Definition at line 1631 of file z3++.h.
1631{ assert(false); return *this; }
◆ operator==()
| bool operator== |
( |
iterator const & | other | ) |
const |
|
inlinenoexcept |
Definition at line 1623 of file z3++.h.
1623 {
1624 return i == other.i;
1625 }