Drake
Drake C++ Documentation
never_destroyed.h File Reference
#include <new>
#include <type_traits>
#include <utility>
#include "drake/common/drake_copyable.h"
Include dependency graph for never_destroyed.h:
This graph shows which files directly or indirectly include this file:

Classes

class  never_destroyed< T >
 Wraps an underlying type T such that its storage is a direct member field of this object (i.e., without any indirection into the heap), but unlike most member fields T's destructor is never invoked. More...
 

Namespaces

 drake