Added parser util function for unexposed template params

This commit is contained in:
Bartek Kryza
2022-03-11 00:28:31 +01:00
parent 5ca55d51b1
commit 8ad4c4f5dc
4 changed files with 125 additions and 13 deletions

View File

@@ -41,6 +41,8 @@ public:
friend bool operator==(const class_template &l, const class_template &r);
std::vector<class_template> template_params_;
private:
std::string type_;
std::string name_;