Function CSPPtr<T>::operator &()

Description:
Retrieves a pointer to the contained pointer.

Prototype:
T** operator &();

Arguments:
No arguments (void).

Return value:
Returns a pointer to the contained pointer.

Examples:
CSPPtr<char> sp;
....
char** pp = &sp;

See also:
member function operator * ()
CSPPtr<T> | Template classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd