Namespace: Rx – Class: CRxArrayUChar – Header: Rx.Core/RxArrayTypes.h
CRxArrayUChar::CRxArray Constructor
C++
CRxArray(size_t nElementCount, const TValue& tInitValue)
Constructor. Constructs a new array with nElementCount copies of elements with value tInitValue.
Parameters
[size_t] nElementCount |
The number of elements. |
[const TValue&] tInitValue |
The initial value of each element in this array. |