Z3
z3
cast_ast< sort >
Public Member Functions
cast_ast< sort > Class Template Reference
Public Member Functions
sort
operator()
(
context
&c, Z3_ast a)
Detailed Description
template<>
class z3::cast_ast< sort >
Definition at line
1363
of file
z3++.h
.
Member Function Documentation
§
operator()()
sort
operator()
(
context
&
c
,
Z3_ast
a
)
inline
Definition at line
1365
of file
z3++.h
.
1365
{
1366
assert(Z3_get_ast_kind(c, a) ==
Z3_SORT_AST
);
1367
return
sort(c, reinterpret_cast<Z3_sort>(a));
1368
}
Z3_SORT_AST
Definition:
z3_api.h:189
Generated on Sat Nov 12 2016 22:01:19 for Z3 by
1.8.12