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 567ae39 commit 8378911Copy full SHA for 8378911
reference/unordered_map/unordered_map/bucket.md
@@ -15,6 +15,9 @@ size_type bucket(const K& k) const; // (2) C++26
15
## 概要
16
指定したキーと等価な要素が格納されている場合、そのバケットのインデックス(添え字)を取得する。
17
18
+- (1) : `key_type`型のキーを受け取って、バケットのインデックスを取得する
19
+- (2) : `key_type`と比較可能なキーを受け取って、バケットのインデックスを取得する
20
+
21
22
## テンプレートパラメータ制約
23
- (2) : `key_compare::is_transparent` が妥当な式であること
0 commit comments