7 static constexpr size_t Size = Size_;
13 return *
reinterpret_cast<T*
>(buffer);
20 return *
reinterpret_cast<T*
>(buffer);
26 return *
reinterpret_cast<T*
>(buffer);
30 constexpr size_t size()
const
42template <
size_t Size_>
47 static constexpr size_t Size = Size_;
53 return *
reinterpret_cast<T*
>(pbuffer);
60 return *
reinterpret_cast<T*
>(pbuffer);
66 return *
reinterpret_cast<T*
>(pbuffer);
70 constexpr size_t size()
const
Definition: mem_cast.h:44