System.OpenArrayCounter

From RAD Studio API Documentation
Jump to: navigation, search

C++

template <typename T> class OpenArrayCounter

Properties

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

Description

Utility class for open array macros.

You should not use OpenArrayCounter directly. This class is used by open array macros (OPENARRAY and ARRAYOFCONST) to compute the highest possible index for an open array.

See Also