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
QStringTokenizerBase< Haystack, Needle >::sentinel Class Reference

#include <qstringtokenizer.h>

+ Collaboration diagram for QStringTokenizerBase< Haystack, Needle >::sentinel:

Friends

constexpr bool operator== (sentinel, sentinel) noexcept
 
constexpr bool operator!= (sentinel, sentinel) noexcept
 

Detailed Description

template<typename Haystack, typename Needle>
class QStringTokenizerBase< Haystack, Needle >::sentinel

Definition at line 52 of file qstringtokenizer.h.

Friends And Related Symbol Documentation

◆ operator!=

template<typename Haystack , typename Needle >
constexpr bool operator!= ( sentinel ,
sentinel  )
friend

Definition at line 54 of file qstringtokenizer.h.

◆ operator==

template<typename Haystack , typename Needle >
constexpr bool operator== ( sentinel ,
sentinel  )
friend

Definition at line 53 of file qstringtokenizer.h.


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