qt5base-lts/tests/auto/corelib/tools/qarraydata
Andrei Golubev 4bf8e82d41 Add QArrayDataPointer::freeSpace*() functions
Added functions that tell how much free space is available at the
beginning and at the end of the storage

Updated preconditions of operations to use freeSpace* functions

Also, changed casts uint(this->size) to size_t(this->size)

Task-number: QTBUG-84320
Change-Id: Iad94c1060a00f62068da9d1327e332a00d4f4109
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
2020-08-18 12:55:38 +02:00
..
CMakeLists.txt Separate exception safety primitives from operations 2020-08-18 12:55:38 +02:00
qarraydata.pro Separate exception safety primitives from operations 2020-08-18 12:55:38 +02:00
simplevector.h Extend array operations tests with extra cases 2020-08-18 12:55:38 +02:00
tst_qarraydata.cpp Add QArrayDataPointer::freeSpace*() functions 2020-08-18 12:55:38 +02:00