[Development] QList
Thiago Macieira
thiago.macieira at intel.com
Thu Mar 23 21:11:16 CET 2017
On quinta-feira, 23 de março de 2017 12:54:53 PDT Thiago Macieira wrote:
> Then my QString and QByteArray updates are still mostly valid and can be
> taken in for Qt 6. The one change I probably want to make is to start using
> size_t and ssize_t like QStringView does.
BTW, should we have a public typedef for this?
QIntegerForSizeof<size_t>::Signed
is a mouthful.
Note that this is not qptrdiff or qintptr, since in *theory* sizeof(size_t)
need not be equal to sizeof(void*) (in practice, it is) and we wouldn't want
"ptr" in the name anyway.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Development
mailing list