Contents   Index   Search   Related Documents   Previous   Next


A.18.12 The Package Containers.Indefinite_Hashed_Maps

1/2
     The language-defined generic package Containers.Indefinite_Hashed_Maps provides a map with the same operations as the package Containers.Hashed_Maps (see A.18.5), with the difference that the generic formal types Key_Type and Element_Type are indefinite.

Static Semantics

2/2
     The declaration of the generic library package Containers.Indefinite_Hashed_Maps has the same contents as Containers.Hashed_Maps except:
3/2
4/2
5/2
6/2
procedure Insert (Container : in out Map;
                  Key       : in     Key_Type;
                  Position  :    out Cursor;
                  Inserted  :    out Boolean);
7/2
8/2

Contents   Index   Search   Related Documents   Previous   Next   Legal