Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
効率的なルックアップのために unordered_set を使用する最良の方法はどれですか?
これら 3 つは、Scott Meyers の『Effective STL』で言及されていますが、この本は少し古いので質問しています。
If you have to work with a pre-C++11 compiler, use boost: