swift
|
Needed for compatibility with C++ standard algorithms which expect ordered sets. More...
Public Types | |
using | value_type = T |
Type of values stored in the set. | |
Public Member Functions | |
QMap< T, T >::iterator | insert (const T &value) |
Insert a new value into the set. | |
QOrderedSet ()=default | |
Default constructor. | |
QOrderedSet (std::initializer_list< T > il) | |
Initializer list constructor. | |
QOrderedSet (const QList< T > &list) | |
Constructor from QList. | |
Needed for compatibility with C++ standard algorithms which expect ordered sets.
Definition at line 73 of file collection.h.