Go to the documentation of this file.
18#ifndef GZ_UTILS_NEVERDESTROYED_HH_
19#define GZ_UTILS_NEVERDESTROYED_HH_
122 public:
template <
typename... Args>
147 return *
reinterpret_cast<T *
>(&this->storage);
152 return *
reinterpret_cast<const T *
>(&this->storage);