diff --git a/src/blackmisc/containerbase.h b/src/blackmisc/containerbase.h index 8aac09834..c35d01db9 100644 --- a/src/blackmisc/containerbase.h +++ b/src/blackmisc/containerbase.h @@ -27,6 +27,18 @@ namespace BlackMisc class CContainerBase : public CValueObject { public: + /*! + * \brief Return a new container of a different type, containing the same elements as this one. + * \tparam Other the type of the new container. + * \param other an optional initial value for the new container; will be copied. + */ + template