Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
string_view_template.h File Reference

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#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"
Include dependency graph for string_view_template.h:
This graph shows which files directly or indirectly include this file:

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)

Typedef Documentation

◆ ByteStringView

Definition at line 325 of file string_view_template.h.

◆ WideStringView

Definition at line 326 of file string_view_template.h.