Sygaldry
Loading...
Searching...
No Matches
sygaldry::string_literal< N > Struct Template Reference

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.
 

Detailed Description

template<std::size_t N>
struct sygaldry::string_literal< N >

A wrapper around a string lteral that enables using strings as template parameters.


The documentation for this struct was generated from the following file: