Function CSPArray<T>::operator T*()

Description:
Extracts a pointer to the memory of the array.

Micronovae Prototype:
operator T*() const;

Arguments:
No arguments (void).

Return value:
Returns a pointer to the memory of the array.

Examples:
CSPArray<char> A;
....
char p* = A;

See also:
member functions GetPtr()
CSPArray<T> | Template classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com