Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Element_Type 对象是按原样存储在 Ada 的 Hashmap 中(普通的 Hashmap,不定的或有界的),还是只存储指向真实 Element_Type 对象实例的指针,也就是说,我想确保元素没有被复制到哈希图中。