j
k
j a
j l
Is it possible to put a std::unique_ptr into a mulit_index container?
No, it's impossible. c++11 STL containers have emplace or insert(&&) member functions, but multi-index doesn't.
Back to the thread
Back to the list