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
QtPrivate::Tok::Pinning< T, true > Struct Template Reference

#include <qstringtokenizer.h>

Collaboration diagram for QtPrivate::Tok::Pinning< T, true >:

Public Member Functions

constexpr Pinning (T &&s) noexcept
constexpr QStringView view (const T &) const noexcept

Public Attributes

m_string

Detailed Description

template<typename T>
struct QtPrivate::Tok::Pinning< T, true >

Definition at line 190 of file qstringtokenizer.h.

Constructor & Destructor Documentation

◆ Pinning()

template<typename T>
QtPrivate::Tok::Pinning< T, true >::Pinning ( T && s)
inlineconstexprnoexcept

Definition at line 195 of file qstringtokenizer.h.

References m_string.

Member Function Documentation

◆ view()

template<typename T>
QStringView QtPrivate::Tok::Pinning< T, true >::view ( const T & ) const
inlineconstexprnoexcept

Definition at line 197 of file qstringtokenizer.h.

References m_string.

Member Data Documentation

◆ m_string

template<typename T>
T QtPrivate::Tok::Pinning< T, true >::m_string

Definition at line 192 of file qstringtokenizer.h.

Referenced by Pinning(), and view().


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