MONTH: January 2023
C++
A string class that is only instantiable at compile-time
Do you know this, sometimes you have a class that should only be instantiable at compile-time? By that, you can build several assumptions on such a class. For example, that the [...]