Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qstaticlatin1stringmatcher.h File Reference

(9a61bc5dfc3c68200dbf48fd79771a856fae26d5)

#include <functional>
#include <iterator>
#include <limits>
#include <QtCore/q20algorithm.h>
#include <QtCore/qlatin1stringmatcher.h>
#include <QtCore/qstring.h>
+ Include dependency graph for qstaticlatin1stringmatcher.h:

Go to the source code of this file.

Classes

class  QtPrivate::q_boyer_moore_searcher< RandomIt1, Hash, BinaryPredicate >
 
class  QStaticLatin1StringMatcher< CS, N >
 

Namespaces

namespace  QtPrivate
 \macro QT_NO_KEYWORDS >
 

Functions

template<size_t N>
constexpr auto qMakeStaticCaseSensitiveLatin1StringMatcher (const char(&patternToMatch)[N]) noexcept
 
template<size_t N>
constexpr auto qMakeStaticCaseInsensitiveLatin1StringMatcher (const char(&patternToMatch)[N]) noexcept
 

Function Documentation

◆ qMakeStaticCaseInsensitiveLatin1StringMatcher()

template<size_t N>
constexpr auto qMakeStaticCaseInsensitiveLatin1StringMatcher ( const char(&) patternToMatch[N])
constexprnoexcept

Definition at line 148 of file qstaticlatin1stringmatcher.h.

◆ qMakeStaticCaseSensitiveLatin1StringMatcher()

template<size_t N>
constexpr auto qMakeStaticCaseSensitiveLatin1StringMatcher ( const char(&) patternToMatch[N])
constexprnoexcept

Definition at line 140 of file qstaticlatin1stringmatcher.h.