Class CSPArray<T>
Description
This template class is used for generic array operations.
 |
Member functions:
Remarks:
The template class CSPScalarArray<T> has exactly the same methods with CSPArray<T>. However, it is used only for scalar data types and provides higher performance.
See also:
classes CSPVarArray, CSPBuffer
|
|