Helper struct for the below function.
Contains uninitialized storage suitable for storing an object of type T
.
#include <drake/common/test_utilities/is_memcpy_movable.h>
Public Member Functions | |
T * | get_mutable () |
Public Attributes | |
std::byte | storage [sizeof(T)] |
T* get_mutable | ( | ) |
std::byte storage[sizeof(T)] |