RedCore
Loading...
Searching...
No Matches
red::ComptimeFixedString< N > Struct Template Reference

#include <ProfileBuilder.h>

Public Member Functions

constexpr ComptimeFixedString (const char(&str)[N])
constexpr const char * cstr () const

Public Attributes

char mValue [N]

Constructor & Destructor Documentation

◆ ComptimeFixedString()

template<size_t N>
red::ComptimeFixedString< N >::ComptimeFixedString ( const char(&) str[N])
inlineconstexpr

Member Function Documentation

◆ cstr()

template<size_t N>
const char * red::ComptimeFixedString< N >::cstr ( ) const
inlineconstexpr

Member Data Documentation

◆ mValue

template<size_t N>
char red::ComptimeFixedString< N >::mValue[N]