PackedList: Added documentation

This commit is contained in:
Henry Weller
2020-07-31 09:28:29 +01:00
parent ccae22cbc5
commit 165bcee48b

View File

@ -449,6 +449,7 @@ public:
//- Construct from base list and position index
inline iteratorBase(const PackedList*, const label);
//- Default copy constructor
iteratorBase(const iteratorBase&) = default;