![]() |
LLGL 0.05 Beta
|
#include <LLGL/Export.h>#include <string>#include <cstddef>#include <iterator>#include <algorithm>#include <stdexcept>Classes | |
| class | LLGL::BasicStringView< TChar, Traits > |
| Constant string view container template. Keeps pointer to string and its length. More... | |
Namespaces | |
| namespace | LLGL |
Typedefs | |
| using | LLGL::StringView = BasicStringView<char> |
| ANSI character string view (char). | |
| using | LLGL::WStringView = BasicStringView<wchar_t> |
| Wide character string view (wchar_t). | |