Ada Programming/Attributes/'Has Discriminants

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Description

[edit | edit source]

The prefix of the Has_Discriminants attribute is a type. The result is a Boolean value which is True if the type has discriminants, and False otherwise. The intended use of this attribute is in conjunction with generic definitions. If the attribute is applied to a generic private type, it indicates whether or not the corresponding actual type has discriminants.