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
Parameter | Description |
---|---|
T | Tested type. |
See Also
- Namespace System
- Library Aspose.Slides