template <class... Types> void swap(tuple<Types...>& x, tuple<Types...>& y) noexcept(see below);
noexcept(x.swap(y))