Skip to content

Commit 19bc6ae

Browse files
committed
unorderedのinsert : hintの活用についてのMicrosoftの記事を参照に追加
1 parent 7de58d9 commit 19bc6ae

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

reference/unordered_map/unordered_map/insert.md

+1
Original file line numberDiff line numberDiff line change
@@ -314,3 +314,4 @@ inline void unordered_map<Key, Hash, Pred, Allocator>::insert(initializer_list<K
314314
- [LWG Issue 2156. Unordered containers' reserve(n) reserves for n-1 elements](https://wg21.cmeerw.net/lwg/issue2156)
315315
- [Splicing Maps and Sets(Revision 5)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0083r3.pdf)
316316
- (9), (10)経緯となる提案文書
317+
- [How useful is the hint passed to the std::unordered_... collections? - The Old New Thing](https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428)

reference/unordered_map/unordered_multimap/insert.md

+1
Original file line numberDiff line numberDiff line change
@@ -305,3 +305,4 @@ inline void unordered_multimap<Key, Hash, Pred, Allocator>::insert(initializer_l
305305
- [LWG Issue 2156. Unordered containers' reserve(n) reserves for n-1 elements](https://wg21.cmeerw.net/lwg/issue2156)
306306
- [Splicing Maps and Sets(Revision 5)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0083r3.pdf)
307307
- (9), (10)経緯となる提案文書
308+
- [How useful is the hint passed to the std::unordered_... collections? - The Old New Thing](https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428)

reference/unordered_set/unordered_multiset/insert.md

+1
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,4 @@ inline void unordered_multiset<Key, Hash, Pred, Allocator>::insert(std::initiali
245245
- 安定性の保証が規定された経緯のレポート
246246
- [Splicing Maps and Sets(Revision 5)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0083r3.pdf)
247247
- (5), (6)経緯となる提案文書
248+
- [How useful is the hint passed to the std::unordered_... collections? - The Old New Thing](https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428)

reference/unordered_set/unordered_set/insert.md

+1
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,4 @@ inline void unordered_set<Key, Hash, Pred, Allocator>::insert(initializer_list<K
260260
- (4)の経緯となる提案文書
261261
- [Splicing Maps and Sets(Revision 5)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0083r3.pdf)
262262
- (5), (6)経緯となる提案文書
263+
- [How useful is the hint passed to the std::unordered_... collections? - The Old New Thing](https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428)

0 commit comments

Comments
 (0)