Utility struct that has the same size and alignment as another but does nothing. More...
#include "utility.h"

Public Attributes | |
| std::array< std::byte, sizeof(T)> | data |
| Array of bytes with a size mimicking T. More... | |
Utility struct that has the same size and alignment as another but does nothing.
Useful for ABI compatibility.
| T | Type to mimic |
| std::array<std::byte, sizeof(T)> dpp::utility::dummy< T >::data |
Array of bytes with a size mimicking T.