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