Function CSPArray<T>::GetSize()
Description:
Retrieves the size, in units of type T, of the array's content.
 |
Prototype:
unsigned long GetSize() const;
Arguments:
No arguments (void).
Return value:
Returns the size of the array.
See also:
member functions SetSize(), Resize(), Grow(), Shrink(), Empty()
|
|