Library 2

This commit is contained in:
Alessandro Ferro
2021-04-19 12:32:33 +02:00
parent e079220d78
commit 15e341a6a0
15 changed files with 231 additions and 81 deletions

View File

@ -22,7 +22,7 @@ private:
protected:
using Vector<Data>::Elements;
using Vector<Data>::size;
using Vector<Data>::size; // dimension of the array
ulong front = 0;
ulong rear = 0;
@ -89,6 +89,7 @@ protected:
void Expand();
void Reduce();
//void SwapVectors(arguments) specifiers;
};