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::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 239 of file qarraydataops.h.

Member Data Documentation

◆ begin

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

Definition at line 239 of file qarraydataops.h.

◆ end

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

Definition at line 239 of file qarraydataops.h.


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