QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QtPrivate::Tok::Pinning< T, true > Struct Template Reference

#include <qstringtokenizer.h>

Collaboration diagram for QtPrivate::Tok::Pinning< T, true >:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

T m_string
 

Detailed Description

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

Definition at line 237 of file qstringtokenizer.h.

Constructor & Destructor Documentation

◆ Pinning()

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

Definition at line 242 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 244 of file qstringtokenizer.h.

Member Data Documentation

◆ m_string

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

Definition at line 239 of file qstringtokenizer.h.


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