XX CMake Package
Loading...
Searching...
No Matches
XXCompileTimeString.h
Go to the documentation of this file.
1
#ifndef XXCompileTimeStringH
2
#define XXCompileTimeStringH
3
4
#include <string>
5
6
namespace
XX
7
{
10
11
template
<
size_t
N>
12
struct
CompileTimeString
13
{
14
constexpr
CompileTimeString
(
const
char
(&str)[N]);
15
char
value
[N];
16
17
std::string
text
()
const
;
18
};
19
}
// namespace XX
20
21
#ifndef XXCompileTimeStringHPP
22
#include "XXCompileTimeString.hpp"
23
#endif
// NOT XXCompileTimeStringHPP
24
25
#endif
// NOT XXCompileTimeStringH
XX
Definition
XXPopulatedAbstract.h:11
XX::CompileTimeString::CompileTimeString
constexpr CompileTimeString(const char(&str)[N])
XX::CompileTimeString::value
char value[N]
Definition
XXCompileTimeString.h:15
XX::CompileTimeString::text
std::string text() const
XXCpp
XXCompileTimeString.h
Generated by
1.16.1