12 using underlying_type_t =
typename std::underlying_type<T>::type;
16 constexpr underlying_type_t<T>
17 to_underlying_type(
T value) noexcept
18 {
return static_cast<underlying_type_t<T>
>(
value);}
22 namespace MicromegasDefs
31 key |= (tmp << kBitShiftSegmentation);
34 key |= (tmp << kBitShiftTileId);