Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 466 Bytes

File metadata and controls

13 lines (10 loc) · 466 Bytes
title Indirection on Array Types
ms.date 11/04/2016
helpviewer_keywords
arrays [C++], indirection on type
indirection operator [C++], array types
ms.assetid 4adc3840-68d1-4602-9db2-8809d4388279

Indirection on Array Types

Use of the indirection operator (*) on an n-dimensional array type yields an n-1 dimensional array. If n is 1, a scalar (or array element) is yielded.

See also

Arrays