System.OpenArrayCountHlpr

From RAD Studio API Documentation
Jump to: navigation, search

C++

template <unsigned COUNT> struct OpenArrayCountHlpr

Properties

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

Description

Utility class for open array macros.

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

See Also