Open main menu

RAD Studio API Documentation β

System.OpenArray

C++

template<class T> class OpenArray

Properties

Type Visibility Source Unit Parent
class public sysopen.h System System

Contents

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.

Code Examples

See Also