(c10072895d1061e258d23f3cc2a9050de5236a46)
#include <QtCore/qcompare.h>
#include <QtCore/qcontainerfwd.h>
#include <QtCore/qglobal.h>
#include <QtCore/qalgorithms.h>
#include <QtCore/qcontainertools_impl.h>
#include <QtCore/qhashfunctions.h>
#include <QtCore/qttypetraits.h>
#include <algorithm>
#include <initializer_list>
#include <iterator>
#include <QtCore/q20memory.h>
#include <new>
#include <string.h>
#include <stdlib.h>
Go to the source code of this file.
|
template<typename InputIterator, typename ValueType = typename std::iterator_traits<InputIterator>::value_type, QtPrivate::IfIsInputIterator< InputIterator > = true> |
| QVarLengthArray (InputIterator, InputIterator) -> QVarLengthArray< ValueType > |
|
template<typename T, qsizetype Prealloc> |
size_t | qHash (const QVarLengthArray< T, Prealloc > &key, size_t seed=0) noexcept(QtPrivate::QNothrowHashable_v< T >) |
|
template<typename T, qsizetype Prealloc, typename AT> |
qsizetype | erase (QVarLengthArray< T, Prealloc > &array, const AT &t) |
|
template<typename T, qsizetype Prealloc, typename Predicate> |
qsizetype | erase_if (QVarLengthArray< T, Prealloc > &array, Predicate pred) |
|
◆ erase()
◆ erase_if()
template<typename T,
qsizetype Prealloc, typename Predicate>
◆ qHash()
size_t qHash |
( |
const QVarLengthArray< T, Prealloc > & | key, |
|
|
size_t | seed = 0 ) |
|
noexcept |
◆ QVarLengthArray()
template<typename InputIterator, typename ValueType = typename std::iterator_traits<InputIterator>::value_type,
QtPrivate::IfIsInputIterator< InputIterator > = true>
QVarLengthArray |
( |
InputIterator | , |
|
|
InputIterator | ) -> QVarLengthArray< ValueType > |