|
constexpr |
A meta function for getting a maximum size of scalar.
T | Type to process |
For a product type returns max size of individual fields. Otherwise returns sizeof(T)
Required header: #include <eve/traits/max_scalar_size.hpp>
, #include <eve/traits.hpp>