51QListIterator<QString>
i(
list);
53while (
i.hasPrevious())
59QMutableListIterator<int>
i(
list);
61 if (
i.next() % 2 != 0)
68QMutableListIterator<int>
i(
list);
70while (
i.hasPrevious()) {
71 if (
i.previous() % 2 != 0)
78QMutableListIterator<int>
i(
list);
87QMutableListIterator<int>
i(
list);
96 {
"Guatemala City",
"Guatemala"},
97 {
"Mexico City",
"Mexico"},
104 if (
i.next().key().endsWith(
"City"))
114QMapIterator<int, QWidget *>
i(
map);
117 hash.insert(
i.key(),
i.value());
123QMutableMapIterator<int, QWidget *>
i(
map);
155 qDebug() <<
i.key() <<
':' <<
i.value();
166for (
auto i = splitter->sizes().begin();
167 i != splitter->sizes().end(); ++
i)
235target_compile_definitions(my_app PRIVATE QT_NO_KEYWORDS)
244 if (
in.at(
j).isLetter())
303 std::count_if(
list.
begin(),
list.
end(), [](
int element) { return (element % 2 == 0); });
Employee & operator=(const Employee &other)
Employee(const Employee &other)
\inmodule QtCore \reentrant
qsizetype size() const noexcept
const_reference at(qsizetype i) const noexcept
reverse_iterator rbegin()
const_iterator cend() const noexcept
const_iterator cbegin() const noexcept
T value(const Key &key, const T &defaultValue=T()) const
const_iterator cend() const
QList< T > values() const
const_iterator cbegin() const
QList< Key > keys() const
\macro QT_RESTRICTED_CAST_FROM_ASCII
bool isEmpty() const
Returns true if the string has no characters; otherwise returns false.
QHash< int, QWidget * > hash
[35multi]
QMap< QString, QString > map
[6]
i QList< QString > values
[14]
GLenum GLsizei GLsizei GLint * values
[15]
GLboolean GLboolean GLboolean b
GLboolean GLboolean GLboolean GLboolean a
[7]
GLuint GLsizei const GLuint const GLintptr const GLsizeiptr * sizes
QFuture< QSet< QChar > > set
[10]
QTextStream out(stdout)
[7]