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 <type_traits>
#include "core/fxcrt/fx_memcpy_wrappers.h"
#include "core/fxcrt/fx_system.h"
#include "third_party/abseil-cpp/absl/types/optional.h"
#include "third_party/base/containers/span.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 290 of file string_view_template.h.
using WideStringView = fxcrt::WideStringView |
Definition at line 291 of file string_view_template.h.