A.18.15 The Package Containers.Indefinite_Ordered_Sets
{
AI95-00302-03}
The language-defined generic package Containers.Indefinite_Ordered_Sets
provides a set with the same operations as the package Containers.Ordered_Sets
(see
A.18.9), with the difference that the
generic formal type Element_Type is indefinite.
Static Semantics
{
AI95-00302-03}
The declaration of the generic library package Containers.Indefinite_Ordered_Sets
has the same contents as Containers.Ordered_Sets except:
The generic formal Element_Type is indefinite.
The actual Element parameter of access subprogram
Process of Update_Element_Preserving_Key may be constrained even if Element_Type
is unconstrained.
Extensions to Ada 95
{
AI95-00302-03}
{
extensions to Ada 95}
The generic package
Containers.Indefinite_Ordered_Sets is new.