Added basic variadic template class support
This commit is contained in:
@@ -110,6 +110,7 @@ struct class_template {
|
||||
std::string name;
|
||||
std::string type;
|
||||
std::string default_value;
|
||||
bool is_variadic{false};
|
||||
};
|
||||
|
||||
class class_ : public element {
|
||||
|
||||
Reference in New Issue
Block a user