RefCountedObject o = void; // What does this mean/do? o.data = new Implementation(); o.data.refcount = 1;
I don't understand the first line; could someone explain please?
RefCountedObject o = void; // What does this mean/do? o.data = new Implementation(); o.data.refcount = 1;
I don't understand the first line; could someone explain please?