HeapAware
betaDescription
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.
Categories
License
Update Notifications
User Reviews
Be the first to post a review of HeapAware!