Public Member Functions | |
| sort | operator() (context &c, Z3_ast a) |
Definition at line 997 of file z3++.h.
{
assert(Z3_get_ast_kind(c, a) == Z3_SORT_AST);
return sort(c, reinterpret_cast<Z3_sort>(a));
}
1.7.6.1