![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <ctype.h>#include <algorithm>#include <iterator>#include <optional>#include <string>#include <type_traits>#include "core/fxcrt/compiler_specific.h"#include "core/fxcrt/fx_memcpy_wrappers.h"#include "core/fxcrt/fx_system.h"#include "core/fxcrt/span.h"#include "core/fxcrt/span_util.h"Go to the source code of this file.
Classes | |
| class | fxcrt::StringViewTemplate< T > |
Namespaces | |
| namespace | fxcrt |
Typedefs | |
| using | fxcrt::ByteStringView = StringViewTemplate<char> |
| using | fxcrt::WideStringView = StringViewTemplate<wchar_t> |
| using | ByteStringView = fxcrt::ByteStringView |
| using | WideStringView = fxcrt::WideStringView |
Functions | |
| template<typename T> | |
| bool | fxcrt::operator== (const T *lhs, const StringViewTemplate< T > &rhs) |
| template<typename T> | |
| bool | fxcrt::operator!= (const T *lhs, const StringViewTemplate< T > &rhs) |
| template<typename T> | |
| bool | fxcrt::operator< (const T *lhs, const StringViewTemplate< T > &rhs) |
| using ByteStringView = fxcrt::ByteStringView |
Definition at line 325 of file string_view_template.h.
| using WideStringView = fxcrt::WideStringView |
Definition at line 326 of file string_view_template.h.