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
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 202 of file qstringtokenizer.h.

Constructor & Destructor Documentation

◆ Pinning()

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

Definition at line 207 of file qstringtokenizer.h.

Member Function Documentation

◆ view()

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

Definition at line 209 of file qstringtokenizer.h.

Member Data Documentation

◆ m_string

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

Definition at line 204 of file qstringtokenizer.h.


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