Coding Global Background
Coding Global

Unique pointer multiple deletes

Archived 9 months ago
0 messages
1 members
9 months ago
Open in Discord
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