We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d43d1 commit 04ff4adCopy full SHA for 04ff4ad
reference/map/multimap/extract.md
@@ -18,7 +18,7 @@ node_type extract(K&& x); // (3) C++23
18
指定された要素を`*this`から切り離し、その要素を所有する[ノードハンドル](/reference/node_handle/node_handle.md)を取得する。
19
20
- (1) : `position`が指すノードを切り離す
21
-- (2) : `x`と等価なキーをもつノードをすべて切り離す
+- (2) : `x`と等価なキーをもつノードを切り離す
22
- (3) : `key_type`と比較可能な`x`と等価なキーをもつノードをすべて切り離す
23
24
reference/set/multiset/extract.md
0 commit comments