CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::StringLiteral< N > Struct Template Reference

#include <CeresEngine/Foundation/String.hpp>

Public Member Functions

constexpr StringLiteral (const char(&str)[N])
 

Public Attributes

char value [N]
 
size_t length = N
 

Constructor & Destructor Documentation

◆ StringLiteral()

template<size_t N>
constexpr CeresEngine::StringLiteral< N >::StringLiteral ( const char(&)  str[N])
inlineconstexpr

Member Data Documentation

◆ length

template<size_t N>
size_t CeresEngine::StringLiteral< N >::length = N

◆ value

template<size_t N>
char CeresEngine::StringLiteral< N >::value[N]

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