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