added mover constructor

This commit is contained in:
DhruvMaroo
2021-05-30 12:30:11 +05:30
parent dfee6f0ca4
commit 689b5fb98b
2 changed files with 6 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ public:
String(const wchar_t *contents);
String(const wchar_t c);
String(const String &other);
String(String&& other);
~String();