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

(9e479614d95a0859491ef8cbcc79a3a92f18a649)

#include <QtCore/qbytearray.h>
#include <QtCore/q20algorithm.h>
#include <iterator>
#include <limits>
Include dependency graph for qbytearraymatcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QByteArrayMatcher
 \inmodule QtCore More...
class  QStaticByteArrayMatcherBase
 Non-template base class of QStaticByteArrayMatcher. More...
class  QStaticByteArrayMatcher< N >
 The QStaticByteArrayMatcher class is a compile-time version of QByteArrayMatcher. More...

Function Documentation

◆ qMakeStaticByteArrayMatcher()

template<size_t N>
QStaticByteArrayMatcher< N > qMakeStaticByteArrayMatcher ( const char(&) pattern[N])
related

Definition at line 124 of file qbytearraymatcher.h.