Namespace: Rx – Class: CRxArrayInt – Header: Rx.Core/RxArrayTypes.h
CRxArrayInt::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. |