[Development] submitting a multi-dimensional container class for Qt: QNDArray

Samuel Rødal samuel.rodal at digia.com
Fri Jan 11 09:03:35 CET 2013


On 12/28/2012 03:36 PM, Glen Mabey wrote:
> Hello,
>
> For some time, I have been working on a QtCore-based class that would be a container class of arbitrary dimensionality.  I did give a presentation on this topic at DevDays-CA:
>
> http://www.qtdeveloperdays.com/northamerica/sites/default/files/presentation_pdf/QNDArray%20at%20Qt%20Developer%20Days.pdf

I see that you've specialized on bools to store one bool per bit. Is 
that wise, considering that it's generally agreed that std::vector<bool> 
doing the same was a mistake? 
http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=98

--
Samuel



More information about the Development mailing list