Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtPrivate::Tok::Pinning< T, pinned > Struct Template Reference

#include <qstringtokenizer.h>

+ Inheritance diagram for QtPrivate::Tok::Pinning< T, pinned >:
+ Collaboration diagram for QtPrivate::Tok::Pinning< T, pinned >:

Public Member Functions

constexpr Pinning (const T &) noexcept
 
constexpr T view (T t) const noexcept
 

Detailed Description

template<typename T, bool pinned = is_owning_string_type<T>::value>
struct QtPrivate::Tok::Pinning< T, pinned >

Definition at line 190 of file qstringtokenizer.h.

Constructor & Destructor Documentation

◆ Pinning()

template<typename T , bool pinned = is_owning_string_type<T>::value>
constexpr QtPrivate::Tok::Pinning< T, pinned >::Pinning ( const T &  )
inlineconstexprnoexcept

Definition at line 193 of file qstringtokenizer.h.

Member Function Documentation

◆ view()

template<typename T , bool pinned = is_owning_string_type<T>::value>
constexpr T QtPrivate::Tok::Pinning< T, pinned >::view ( t) const
inlineconstexprnoexcept

Definition at line 196 of file qstringtokenizer.h.


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