Closed littleGnAl closed 1 year ago
Add new SimpleTypeKind.template_t.
SimpleTypeKind.template_t
A new property template_arguments to hold the template argument type. e.g., With template Optional<double>, the type double is parsed into the template_arguments: ["double"]
template_arguments
Optional<double>
double
["double"]
Add new
SimpleTypeKind.template_t
.A new property
template_arguments
to hold the template argument type. e.g., With templateOptional<double>
, the typedouble
is parsed into thetemplate_arguments
:["double"]