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

Description:
Extracts the contained pointer.

Prototype:
operator T*() const;

Arguments:
No arguments (void).

Return value:
Returns the contained pointer.

Examples:
CSPPtr<char> sp;
...
char* p = sp;
CSPPtr<T> | Template classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd