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
QQC2::QtPrivate Namespace Reference

Functions

template<typename V, typename U>
qsizetype indexOf (const QList< V > &list, const U &u, qsizetype from) noexcept
 
template<typename V, typename U>
qsizetype lastIndexOf (const QList< V > &list, const U &u, qsizetype from) noexcept
 
template<typename T, typename U>
qsizetype indexOf (const QList< T > &vector, const U &u, qsizetype from) noexcept
 
template<typename T, typename U>
qsizetype lastIndexOf (const QList< T > &vector, const U &u, qsizetype from) noexcept
 

Function Documentation

◆ indexOf() [1/2]

template<typename T, typename U>
qsizetype QQC2::QtPrivate::indexOf ( const QList< T > & vector,
const U & u,
qsizetype from )
noexcept

Definition at line 971 of file qquickwindowsstyle_p_p.h.

◆ indexOf() [2/2]

template<typename V, typename U>
qsizetype QQC2::QtPrivate::indexOf ( const QList< V > & list,
const U & u,
qsizetype from )
noexcept

◆ lastIndexOf() [1/2]

template<typename T, typename U>
qsizetype QQC2::QtPrivate::lastIndexOf ( const QList< T > & vector,
const U & u,
qsizetype from )
noexcept

Definition at line 986 of file qquickwindowsstyle_p_p.h.

◆ lastIndexOf() [2/2]

template<typename V, typename U>
qsizetype QQC2::QtPrivate::lastIndexOf ( const QList< V > & list,
const U & u,
qsizetype from )
noexcept