Z3
Public Member Functions
cast_ast< ast > Class Reference

Public Member Functions

ast operator() (context &c, Z3_ast a)
 

Detailed Description

Definition at line 1948 of file z3++.h.

Member Function Documentation

◆ operator()()

ast operator() ( context c,
Z3_ast  a 
)
inline

Definition at line 1950 of file z3++.h.

1950 { return ast(c, a); }