Delete an object using Burger::delete_object() More...
Delete an object using Burger::delete_object()
A template to pass to Burger::unique_ptr to delete the object with Burger::delete_object.
Most classes in Burgerlib use the New allocator to use the Burgerlib memory manager, as such they need to be released using the Burger::delete_object function.
T | Type of object to delete with Burger::delete_object() |