HeapAware is a mixin that allows a C++ class to know whether it is on the heap or on the stack, and therefore whether it can be safely deleted. It can be used to implement smart reference counted objects that can exist on both the heap and the stack.
30 Day SummaryAug 29 2023 — Sep 28 2023
|
12 Month SummarySep 28 2022 — Sep 28 2023
|