System::IsSmartPtr< T > Struct Template Reference

Trait class to check if a type is a specialization of SmartPtr class. More...

#include "smart_ptr.h"

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

Detailed Description

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

Trait class to check if a type is a specialization of SmartPtr class.

Template Parameters
TTested class.