XX CMake Package
Loading...
Searching...
No Matches
XX::CompileTimeString< N > Struct Template Reference

use a string as a template arguemnt More...

#include <XXCompileTimeString.h>

Detailed Description

template<size_t N>
struct XX::CompileTimeString< N >

use a string as a template arguemnt

Public Member Functions

constexpr CompileTimeString (const char(&str)[N])
std::string text () const

Public Attributes

char value [N]

Constructor & Destructor Documentation

◆ CompileTimeString()

template<size_t N>
XX::CompileTimeString< N >::CompileTimeString ( const char(&) str[N])
constexpr

Member Function Documentation

◆ text()

template<size_t N>
std::string XX::CompileTimeString< N >::text ( ) const

Member Data Documentation

◆ value

template<size_t N>
char XX::CompileTimeString< N >::value[N]

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