System::ArrayPtr typedef

ArrayPtr typedef

‘pointer to array’ 类型的别名。

using System::ArrayPtr =  SmartPtr<Array<T>>

另见