System::ArrayPtr typedef

ArrayPtr typedef

Alias for ‘pointer to array’ type.

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

See Also