Albatros23
Albatros23

Reputation: 331

How elements are stored within Hashmap in Ada?

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

Answers (0)

Related Questions