Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
The C++ standard does not currently provide any open-addressing container specification to adhere to, soC++ 标准目前并未提供任何可供遵循的开放定址容器规范,因此 `boost::unordered_flat_set`// `unordered_node_set`and与 `boost::unordered_flat_map`// `unordered_node_map`take inspiration from分别借鉴 `std::unordered_set`and和 `std::unordered_map`, respectively, and depart from their interface where convenient or as dictated by their internal data structure, which is radically different from that imposed by the standard (closed addressing).的设计,并在其内部数据结构(与标准规定的闭寻址方式截然不同)允许或需要时,对接口进行相应调整。