WPILibC++ 2023.4.3
never_destroyed.h File Reference
#include <new>
#include <type_traits>
#include <utility>
#include "drake/common/drake_copyable.h"

Go to the source code of this file.

Classes

class  drake::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

namespace  drake