Library 2

queuevec
This commit is contained in:
Alessandro Ferro
2021-04-15 12:34:16 +02:00
parent 02918497cf
commit e079220d78
3 changed files with 134 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ public:
/* ************************************************************************ */
// Copy assignment
Vector& operator=(const Vector&);
Vector& operator=(const Vector&);
// Move assignment
Vector& operator=(Vector&&) noexcept;