IsWeakPtr

IsWeakPtr struct

Traits class to check if specific class is a specialization of System::WeakPtr. Doesn’t check if instance is actually in weak mode.

template<class T>class IsWeakPtr : public System::detail::is_a<T, System::WeakPtr>

Template parameters

ParameterDescription
TTested type.

See Also