maliput
maliput_never_destroyed.h File Reference
#include <new>
#include <type_traits>
#include <utility>
#include "maliput/common/maliput_copyable.h"
Include dependency graph for maliput_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

 maliput
 Code in this file is inspired by: https://github.com/RobotLocomotion/drake/blob/master/common/text_logging.h.
 
 maliput::common