![]() |
LLGL 0.05 Beta
|
#include <LLGL/Export.h>#include <LLGL/Container/StringView.h>#include <LLGL/Tags.h>#include <cstring>Classes | |
| class | LLGL::BasicStringLiteral< TChar, Traits, Allocator > |
| Constant string container template to either reference a compile-time string literal (lightweight) or own a dynamic string (non-mutable). More... | |
Namespaces | |
| namespace | LLGL |
Typedefs | |
| using | LLGL::StringLiteral = BasicStringLiteral<char> |
| ANSI character string literal (char). | |
| using | LLGL::WStringLiteral = BasicStringLiteral<wchar_t> |
| Wide character string literal (wchar_t). | |