Coding Global Background
Coding Global

Unique pointer multiple deletes

Archiviert a year ago
0 Nachrichten
1 Mitglieder
Erstellt a year ago
Aktualisiert a year ago
In Discord öffnen
Z
zenz
Moderator
Utilising std::move to move my object into a new one being created. The object is a struct holding 2 member attrs (an enum and a unique_ptr to a base class for structs). Code: https://github.com/JadoreThompson/cpp-order-matcher