19template <
char... chars>
22 operator const char *()
const noexcept
24 static const char result[] = { chars..., 0 };
30template<
char... chars1,
char... chars2>
34template <
typename T, T... chars>
Compile-time string literal.
Definition: AStringLiteral.h:21