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