La constructor list viene valutata non come appare nel costruttore, ma in base all'ordine delle variabili nella classe.
In altre parole:
prima viene inizializzato arrayPtr, dopo viene inizializzata size.codice:private: T* arrayPtr ; int size ;
La constructor list viene valutata non come appare nel costruttore, ma in base all'ordine delle variabili nella classe.
In altre parole:
prima viene inizializzato arrayPtr, dopo viene inizializzata size.codice:private: T* arrayPtr ; int size ;
This code and information is provided "as is" without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of merchantability and/or
fitness for a particular purpose.