qt5base-lts/tests/auto/corelib/kernel/qmetacontainer
Ulf Hermann ef93fdeb09 Provide methods for adding values to a sequential iterable
Provide functionality to add and remove values, so that you can use a
sequential iterable as stack or queue if the underlying container
supports this. To this end, provide a way to specify whether the
value should be added or removed at the beginning or the end of the
iterable.

Change-Id: If63d302f3ca085e56d601116ce4dfaa6b94a0c4f
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2020-09-12 09:12:26 +02:00
..
CMakeLists.txt Add a QMetaSequence interface 2020-09-01 13:35:39 +02:00
qmetacontainer.pro Add a QMetaSequence interface 2020-09-01 13:35:39 +02:00
tst_qmetacontainer.cpp Provide methods for adding values to a sequential iterable 2020-09-12 09:12:26 +02:00