Skip to content

Commit

Permalink
unorderedのinsert : hintの活用についてのMicrosoftの記事を参照に追加
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Nov 1, 2024
1 parent 7de58d9 commit 19bc6ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions reference/unordered_map/unordered_map/insert.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,4 @@ inline void unordered_map<Key, Hash, Pred, Allocator>::insert(initializer_list<K
- [LWG Issue 2156. Unordered containers' reserve(n) reserves for n-1 elements](https://wg21.cmeerw.net/lwg/issue2156)
- [Splicing Maps and Sets(Revision 5)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0083r3.pdf)
- (9), (10)経緯となる提案文書
- [How useful is the hint passed to the std::unordered_... collections? - The Old New Thing](https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428)
1 change: 1 addition & 0 deletions reference/unordered_map/unordered_multimap/insert.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,4 @@ inline void unordered_multimap<Key, Hash, Pred, Allocator>::insert(initializer_l
- [LWG Issue 2156. Unordered containers' reserve(n) reserves for n-1 elements](https://wg21.cmeerw.net/lwg/issue2156)
- [Splicing Maps and Sets(Revision 5)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0083r3.pdf)
- (9), (10)経緯となる提案文書
- [How useful is the hint passed to the std::unordered_... collections? - The Old New Thing](https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428)
1 change: 1 addition & 0 deletions reference/unordered_set/unordered_multiset/insert.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,4 @@ inline void unordered_multiset<Key, Hash, Pred, Allocator>::insert(std::initiali
- 安定性の保証が規定された経緯のレポート
- [Splicing Maps and Sets(Revision 5)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0083r3.pdf)
- (5), (6)経緯となる提案文書
- [How useful is the hint passed to the std::unordered_... collections? - The Old New Thing](https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428)
1 change: 1 addition & 0 deletions reference/unordered_set/unordered_set/insert.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,4 @@ inline void unordered_set<Key, Hash, Pred, Allocator>::insert(initializer_list<K
- (4)の経緯となる提案文書
- [Splicing Maps and Sets(Revision 5)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0083r3.pdf)
- (5), (6)経緯となる提案文書
- [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 comments on commit 19bc6ae

Please sign in to comment.