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

(9e479614d95a0859491ef8cbcc79a3a92f18a649)

#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

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>
auto qMakeStaticCaseInsensitiveLatin1StringMatcher ( const char(&) patternToMatch[N])
constexprnoexcept

Definition at line 149 of file qstaticlatin1stringmatcher.h.

◆ qMakeStaticCaseSensitiveLatin1StringMatcher()

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

Definition at line 141 of file qstaticlatin1stringmatcher.h.