![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Wrapper class to remove destructor calls. More...
#include <elide_dtor>
Wrapper class to remove destructor calls.
Use this class for global or static local objects that shall not be destructed. This can save some code size if the destructor of T is not trivial. It also prevents calls to atexit() at runtime.
Definition at line 28 of file elide_dtor.