I know that in C++11 we can now use using to write type alias, like typedefs: typedef int MyInt; Is, from what I ...
-
April 14, 2022
- 0 Comments