diff options
| author | Tyge Løvset <[email protected]> | 2021-02-25 21:11:06 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-25 21:11:06 +0100 |
| commit | b4c7a802590feffa4e4ef0ed9530547b16bf98c1 (patch) | |
| tree | c9cab432e9618e301fd7711e22925225d2e800ca | |
| parent | 6181029fdadc8f5bcfca975ac4e37ae8262184f7 (diff) | |
| download | STC-modified-b4c7a802590feffa4e4ef0ed9530547b16bf98c1.tar.gz STC-modified-b4c7a802590feffa4e4ef0ed9530547b16bf98c1.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -266,7 +266,7 @@ Note that some map method arguments are different between STC maps and c++ STL: | insert(Key, Mapped) | insert(Value) |
| emplace(RawKey, RawMapped) | emplace(Key, Mapped) |
| insert_or_assign(Key, Mapped) | insert_or_assign(Key, Mapped) |
-| emplace_or_assign(RawKey, RawMapped) | <not available> |
+| emplace_or_assign(RawKey, RawMapped) | N/A |
Memory efficiency
-----------------
|
