Eval.asStr

struct Eval
const @trusted
string
asStr
()

Return Value

Type: string

the evaluation result as a constant string if the kind is other than Int or float.

User must not free this pointer, instead call clang_EvalResult_dispose on the CXEvalResult returned by clang_Cursor_Evaluate.

Meta