1#ifndef QX_STRINGLITERAL_H
2#define QX_STRINGLITERAL_H
18 std::copy_n(str, N,
value);
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5
The StringLiteral template struct acts as a literal class type wrapper around a C-style string that e...
Definition qx-stringliteral.h:11
char value[N]
Definition qx-stringliteral.h:13
constexpr StringLiteral(const char(&str)[N])
Definition qx-stringliteral.h:16