Alias IntrusivePtr.ElementType

Type of element managed by IntrusivePtr.

struct IntrusivePtr
{
  // ...
  alias ElementType = _Type;
  // ...
}