17 constexpr static auto tag = Tag;
32 template<
typename... Args>
36 auto tmp = (... ^ sip_hash24x2<Args>{}(args));
37 _value = std::bit_cast<uint128_t>(tmp);
46 _value = std::bit_cast<uint128_t>(sip_hash24x2<std::decay_t<T>>{}(other));
52 [[nodiscard]]
constexpr bool empty()
const noexcept
57 constexpr operator bool()
const noexcept