ArrayPtr

ArrayPtr typedef

Alias for ‘pointer to array’ type.

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

See Also