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::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 216 of file qstringtokenizer.h.

Member Function Documentation

◆ needleView()

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

Definition at line 220 of file qstringtokenizer.h.

References view.


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