[Development] QList

Marc Mutz marc.mutz at kdab.com
Mon Mar 20 10:08:18 CET 2017


On Monday 20 March 2017 09:28:33 Philippe wrote:
> And when size matters, have this in mind:
> 
> sizeof(std::vector<int>) == 32
> sizeof(QVector<int>) == 8
> sizeof(QList<int>) == 8
>
>  (VC++ 64bit)

ROTFL. Thanks, you made my day.

-- 
Marc Mutz <marc.mutz at kdab.com> | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
Tel: +49-30-521325470
KDAB - The Qt, C++ and OpenGL Experts



More information about the Development mailing list