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
QStaticLatin1StringMatcher< CS, N > Class Template Reference

#include <qstaticlatin1stringmatcher.h>

Collaboration diagram for QStaticLatin1StringMatcher< CS, N >:

Public Member Functions

constexpr QStaticLatin1StringMatcher (QLatin1StringView patternToMatch) noexcept
constexpr qsizetype indexIn (QLatin1StringView haystack, qsizetype from=0) const noexcept
constexpr qsizetype indexIn (QStringView haystack, qsizetype from=0) const noexcept

Detailed Description

template<Qt::CaseSensitivity CS, size_t N>
class QStaticLatin1StringMatcher< CS, N >

Definition at line 95 of file qstaticlatin1stringmatcher.h.

Constructor & Destructor Documentation

◆ QStaticLatin1StringMatcher()

template<Qt::CaseSensitivity CS, size_t N>
QStaticLatin1StringMatcher< CS, N >::QStaticLatin1StringMatcher ( QLatin1StringView patternToMatch)
inlineexplicitconstexprnoexcept

Definition at line 106 of file qstaticlatin1stringmatcher.h.

References QStaticLatin1StringMatcher().

Referenced by QStaticLatin1StringMatcher().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ indexIn() [1/2]

template<Qt::CaseSensitivity CS, size_t N>
qsizetype QStaticLatin1StringMatcher< CS, N >::indexIn ( QLatin1StringView haystack,
qsizetype from = 0 ) const
inlineconstexprnoexcept

Definition at line 112 of file qstaticlatin1stringmatcher.h.

◆ indexIn() [2/2]

template<Qt::CaseSensitivity CS, size_t N>
qsizetype QStaticLatin1StringMatcher< CS, N >::indexIn ( QStringView haystack,
qsizetype from = 0 ) const
inlineconstexprnoexcept

Definition at line 115 of file qstaticlatin1stringmatcher.h.


The documentation for this class was generated from the following file: