Sygaldry
|
A wrapper around a string lteral that enables using strings as template parameters. More...
Public Member Functions | |
_consteval | string_literal (const char(&str)[N]) noexcept |
Constructor from string literal. | |
Public Attributes | |
char | value [N] |
The string buffer. | |
A wrapper around a string lteral that enables using strings as template parameters.