Namespace: Rx – Class: CRxArrayParticle – Header: Rx.Core.Ex/RxArrayParticle.h
CRxArrayParticle::CRxArray Constructor
C++
CRxArray(size_t nElementCount)
Constructor. Creates a new array with the given number of default-constructed elements.
Parameters
[size_t] nElementCount |
The number of elements. |