System::WeakReference class

WeakReference class

Represents a weak reference, which references an object while still allowing that object to be deleted.

template<typename...>class WeakReference
ParameterDescription
ArgsTemplate arguments of a weak reference declaring a type of a referenced object, a number of arguments can be zero or one.

See Also