System::IsWeakPtr< T > Struct Template Reference

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

Inherits System::detail::is_a< T, System::WeakPtr >.

Detailed Description

template<class T>
struct System::IsWeakPtr< T >

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

Template Parameters
TTested type.