Util: Add additional System operator support

This commit is contained in:
Riyyi
2021-09-17 01:13:07 +02:00
parent 2fca315557
commit 06367a05b8
2 changed files with 58 additions and 2 deletions
+3
View File
@@ -30,7 +30,10 @@ public:
System operator()(const std::vector<std::string>& arguments);
System operator()(const std::vector<std::string_view>& arguments);
System operator+(System rhs);
System operator|(System rhs);
System operator||(System rhs);
System operator&&(System rhs);
void print(const std::vector<std::string>& arguments);