IsAliasingPtr()

SmartPtr::IsAliasingPtr() const method

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

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

Return Value

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

See Also