AgoraIO-Extensions / terra

terra is a shell of the code-gen flow
MIT License
2 stars 0 forks source link

feat: [cxx-parser] Add template_t #35

Closed littleGnAl closed 1 year ago

littleGnAl commented 1 year ago

Add new 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"]