System::SmartPtr::IsAliasingPtr method

SmartPtr::IsAliasingPtr method

Checks if pointer is pointed to another object than owned (created by an aliasing constructor).

bool System::SmartPtr<T>::IsAliasingPtr() const

ReturnValue

True if pointer has a difference in pointed and owned objects, false otherwise.

See Also