MOS Source Code
Loading...
Searching...
No Matches
string_literal< n > Struct Template Reference

#include <type_utils.hpp>

Public Member Functions

constexpr string_literal (const char(&str)[n])
 

Public Attributes

char value [n]
 

Detailed Description

template<auto n>
struct mos::string_literal< n >

Definition at line 12 of file type_utils.hpp.

Constructor & Destructor Documentation

◆ string_literal()

template<auto n>
string_literal ( const char(&) str[n])
inlineconstexpr

Definition at line 14 of file type_utils.hpp.

Member Data Documentation

◆ value

template<auto n>
char value[n]

Definition at line 19 of file type_utils.hpp.

Referenced by string_literal().


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