> to collections of unique_ptr<T>
Hi, JLBorges.
Sorry, but, assuming that ‘collections’ might mean ‘containers’, would that concept hold true even for a std::map?
Like a std::map<char, std::unique_ptr<int>> or a std::map<std::unique_ptr<int>, char> for example?
Thank you in advance.