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

#include <qcontainertools_impl.h>

+ Collaboration diagram for QtPrivate::ArrowProxy< T >:

Public Member Functions

T * operator-> () noexcept
 

Public Attributes

t
 

Detailed Description

template<typename T>
struct QtPrivate::ArrowProxy< T >

Definition at line 258 of file qcontainertools_impl.h.

Member Function Documentation

◆ operator->()

template<typename T >
T * QtPrivate::ArrowProxy< T >::operator-> ( )
inlinenoexcept

Definition at line 261 of file qcontainertools_impl.h.

References QtPrivate::ArrowProxy< T >::t.

Member Data Documentation

◆ t

template<typename T >
T QtPrivate::ArrowProxy< T >::t

Definition at line 260 of file qcontainertools_impl.h.

Referenced by QtPrivate::ArrowProxy< T >::operator->().


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