System::BasePointerType< T > Struct Template Reference

Provides base (without weak smell) pointer type for specific type. More...

Public Types

using type = T
 Default implementation. More...
 

Detailed Description

template<typename T>
struct System::BasePointerType< T >

Provides base (without weak smell) pointer type for specific type.

Template Parameters
TType to strip weak smell from.

Member Typedef Documentation

◆ type

template<typename T>
using System::BasePointerType< T >::type = T

Default implementation.