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, 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 191 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 194 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 t) const
inlineconstexprnoexcept

Definition at line 197 of file qstringtokenizer.h.


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