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

Constructor & Destructor Documentation

◆ Pinning()

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

Definition at line 182 of file qstringtokenizer.h.

Member Function Documentation

◆ view()

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

Definition at line 185 of file qstringtokenizer.h.


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