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

(ada9ddbf8c604585ac344b72f7bb63ac27c84726)

#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"
+ 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 290 of file string_view_template.h.

◆ WideStringView

Definition at line 291 of file string_view_template.h.