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::NeedlePinning< T > Struct Template Reference

#include <qstringtokenizer.h>

Inheritance diagram for QtPrivate::Tok::NeedlePinning< T >:
Collaboration diagram for QtPrivate::Tok::NeedlePinning< T >:

Public Member Functions

template<typename Arg>
constexpr auto needleView (Arg &&a) noexcept -> decltype(this->view(std::forward< Arg >(a)))
Public Member Functions inherited from QtPrivate::Tok::Pinning< T, pinned >
constexpr Pinning (const T &) noexcept
constexpr T view (T t) const noexcept

Detailed Description

template<typename T>
struct QtPrivate::Tok::NeedlePinning< T >

Definition at line 204 of file qstringtokenizer.h.

Member Function Documentation

◆ needleView()

template<typename T>
template<typename Arg>
auto QtPrivate::Tok::NeedlePinning< T >::needleView ( Arg && a) -> decltype(this->view(std::forward<Arg>(a)))
inlineconstexprnoexcept

Definition at line 208 of file qstringtokenizer.h.


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