Qt 6.x
The Qt SDK
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 51 of file qstringtokenizer.h.

Friends And Related Symbol Documentation

◆ operator!=

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

Definition at line 53 of file qstringtokenizer.h.

◆ operator==

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

Definition at line 52 of file qstringtokenizer.h.


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