Steppable 0.0.1
A CAS project written from scratch in C++
|
String literal workaround for templates. More...
#include <util.hpp>
Public Member Functions | |
constexpr | StringLiteral (const char(&str)[N]) |
Initializes the wrapper class. | |
Public Attributes | |
char | value [N] |
The value of the wrapper class. Stores the string object. | |
String literal workaround for templates.
N | The length of the string |
|
inlineconstexpr |
Initializes the wrapper class.
str | The string literal for the template. |
char steppable::__internals::utils::StringLiteral< N >::value[N] |
The value of the wrapper class. Stores the string object.