Obsolete Members for QSet
The following members of class QSet are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Types
(obsolete) typedef | const_reverse_iterator |
Member Type Documentation
typedef QSet::const_reverse_iterator
The QSet::const_reverse_iterator typedef provides an STL-style const reverse iterator for QSet.
It is simply a typedef for std::reverse_iterator<QSet::const_iterator>.
Warning: Iterators on implicitly shared containers do not work exactly like STL-iterators. You should avoid copying a container while iterators are active on that container. For more information, read Implicit sharing iterator problem.
This typedef was introduced in Qt 5.6.
See also QSet::rbegin(), QSet::rend(), QSet::reverse_iterator, and QSet::const_iterator.