System.OpenArray
C++
template<class T> class OpenArray
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | sysopen.h | System | System |
Description
C++ encapsulation of the Delphi Open Array type.
You must specify a template parameter:
Parameter | Usage |
---|---|
T | The type of the elements |
The elements cannot be accessed directly (there is no subscript operator). The elements can only be specified in the OpenArray constructor.
The number of elements cannot be greater than 19.