Contents Index Search Related Documents Previous Next
A.18.10 The Package Containers.Indefinite_Vectors
1/2
The language-defined generic package Containers.Indefinite_Vectors
provides a private type Vector and a set of operations. It provides the
same operations as the package Containers.Vectors (see
A.18.2)
does, with the difference that the generic formal Element_Type is indefinite.
Static Semantics
2/2
The declaration
of the generic library package Containers.Indefinite_Vectors
has the same contents as Containers.Vectors except:
3/2
- The generic formal Element_Type is
indefinite.
4/2
- The
procedures with the profiles:
5/2
procedure Insert (Container : in out Vector;
Before : in Extended_Index;
Count : in Count_Type := 1);
6
procedure Insert (Container : in out Vector;
Before : in Cursor;
Position : out Cursor;
Count : in Count_Type := 1);
7/2
8/2
- The Element parameter of access subprogram
Process of Update_Element may be constrained even if Element_Type is
unconstrained.
Contents Index Search Related Documents Previous Next Legal