Implement stringization operator

This commit is contained in:
Jan
2023-12-27 09:55:08 +01:00
parent b151c37dc0
commit e8d029d846
2 changed files with 28 additions and 8 deletions

View File

@ -28,9 +28,10 @@ public:
public:
unsigned m_parameter_index;
unsigned m_parameter_position;
bool m_stringize;
DefineParameterPosition();
DefineParameterPosition(unsigned index, unsigned position);
DefineParameterPosition(unsigned index, unsigned position, bool stringize);
};
class Define