mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
parent
a52303c4fb
commit
0301d2e05e
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ namespace z3 {
|
||||||
unsigned id() const { unsigned r = Z3_get_sort_id(ctx(), *this); check_error(); return r; }
|
unsigned id() const { unsigned r = Z3_get_sort_id(ctx(), *this); check_error(); return r; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\brief Return true if this sort and \c s are equal.
|
\brief Assign sort s to this
|
||||||
*/
|
*/
|
||||||
sort & operator=(sort const & s) { return static_cast<sort&>(ast::operator=(s)); }
|
sort & operator=(sort const & s) { return static_cast<sort&>(ast::operator=(s)); }
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue