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
qvector.h File Reference

(34cb03da89188c8c6566681a2c2548731b007099)

#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.