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.
彼らは似たようなことをします。
2つを選択する際に考慮すべきことは何ですか?
どのような状況で、どちらかが優先されますか?
std::vector<std::unique_ptr<T>>私はいくつかの理由で好むでしょう:
std::vector<std::unique_ptr<T>>
boost::ptr_vector
ptr_vector
std::vector<void*>
std::unique_ptr