docs: update containers API docs
This commit is contained in:
@@ -13,6 +13,10 @@ Value& operator[](const Key& key);
|
||||
|
||||
**复杂度:** O(1) 平均,最坏 O(n)(发生 rehash 时)
|
||||
|
||||
**线程安全:** ❌ 非线程安全
|
||||
|
||||
**异常:** 无
|
||||
|
||||
**示例:**
|
||||
|
||||
```cpp
|
||||
|
||||
Reference in New Issue
Block a user