Skip to content
Snippets Groups Projects
Commit cccabd76 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

OwningVector: correct Doxy comm

parent bc5fd1ff
No related branches found
No related tags found
1 merge request!1017consequential use of OwningVector
Pipeline #74699 passed
......@@ -29,7 +29,8 @@
//! Equips vector<unique_ptr<T>> with copy constructor.
//! For use with polymorphic objects, or in pimpl idiom.
//! The objects pointed to must posses a clone() function.
//! If the copy constructor or the copy assignment operator is used,
//! then there must be a function T::clone().
template <class T>
class OwningVector {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment