Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qvector.h File Reference
#include <QtCore/qlist.h>
#include <QtCore/qcontainerfwd.h>
+ Include dependency graph for qvector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

template<typename T >
using QMutableVectorIterator = QMutableListIterator< T >
 
template<typename T >
using QVectorIterator = QListIterator< T >
 

Typedef Documentation

◆ QMutableVectorIterator

template<typename T >
using QMutableVectorIterator = QMutableListIterator<T>

Definition at line 20 of file qvector.h.

◆ QVectorIterator

template<typename T >
using QVectorIterator = QListIterator<T>

Definition at line 22 of file qvector.h.