Reputation: 331
I would like to know if the Element_Type object is stored within a Hashmap in Ada (either a normal Hashmap, indefinite or bounded) as is or it is only stored a pointer to the instance of the real Element_Type object, that is, I want to be sure that the elements are not copied into the hashmap.
Upvotes: 2
Views: 145