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::QPodArrayOps< T >::Span Struct Reference

#include <qarraydataops.h>

+ Collaboration diagram for QtPrivate::QPodArrayOps< T >::Span:

Public Attributes

T * begin
 
T * end
 

Detailed Description

template<class T>
struct QtPrivate::QPodArrayOps< T >::Span

Definition at line 253 of file qarraydataops.h.

Member Data Documentation

◆ begin

template<class T >
T* QtPrivate::QPodArrayOps< T >::Span::begin

Definition at line 253 of file qarraydataops.h.

◆ end

template<class T >
T* QtPrivate::QPodArrayOps< T >::Span::end

Definition at line 253 of file qarraydataops.h.


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