Qx v0.5.8
Qt Extensions Library
|
The StringLiteral template struct acts as a literal class type wrapper around a C-style string that effectively allows the string to be used as a non-type template parameter. More...
#include <qx/utility/qx-stringliteral.h>
Public Member Functions | |
constexpr | StringLiteral (const char(&str)[N]) |
Public Attributes | |
char | value [N] |
|
inlineconstexpr |
Wraps the C-Style string str of length N.
Qx::StringLiteral< N >::value |
The wrapped C-Style string.