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
qanystringviewutils_p.h File Reference

(c60fba4813fa066c98fe5a098dffd7ef31f32425)

#include <QtCore/private/qjson_p.h>
#include <QtCore/qanystringview.h>
Include dependency graph for qanystringviewutils_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QAnyStringViewUtils

Functions

bool QAnyStringViewUtils::endsWith (QAnyStringView whole, QLatin1StringView part)
bool QAnyStringViewUtils::startsWith (QAnyStringView whole, QLatin1StringView part)
bool QAnyStringViewUtils::doesContain (QStringView whole, QLatin1Char part)
bool QAnyStringViewUtils::doesContain (QLatin1StringView whole, QLatin1Char part)
bool QAnyStringViewUtils::doesContain (QUtf8StringView whole, QLatin1Char part)
bool QAnyStringViewUtils::contains (QAnyStringView whole, QLatin1Char part)
qsizetype QAnyStringViewUtils::getLastIndexOf (QStringView whole, QLatin1StringView part)
qsizetype QAnyStringViewUtils::getLastIndexOf (QLatin1StringView whole, QLatin1StringView part)
qsizetype QAnyStringViewUtils::getLastIndexOf (QUtf8StringView whole, QLatin1StringView part)
qsizetype QAnyStringViewUtils::lastIndexOf (QAnyStringView whole, QLatin1StringView part)
int QAnyStringViewUtils::toInt (QUtf8StringView view)
int QAnyStringViewUtils::toInt (QLatin1StringView view)
int QAnyStringViewUtils::toInt (QStringView view)
int QAnyStringViewUtils::toInt (QAnyStringView string)
template<typename StringView>
QAnyStringView QAnyStringViewUtils::doTrimmed (StringView string)
QAnyStringView QAnyStringViewUtils::trimmed (QAnyStringView string)
template<typename StringView, typename Handler>
auto QAnyStringViewUtils::processAsUtf8 (StringView string, Handler &&handler)
QList< QAnyStringViewQAnyStringViewUtils::split (QAnyStringView source, QLatin1StringView sep)
constexpr size_t qHash (QAnyStringView string, size_t seed=0)

Function Documentation

◆ qHash()

size_t qHash ( QAnyStringView string,
size_t seed = 0 )
inlineconstexpr

Definition at line 163 of file qanystringviewutils_p.h.