std::experimental::ranges::swap (3) Linux Manual Page
std::experimental::ranges::swap – std::experimental::ranges::swap Synopsis Defined in header<experimental / ranges / utility> namespace { (ranges TS) constexpr /* unspecified */ swap = /* unspecified */; (customization point object) } Call signature template <class T, class U> requires /* see below */ void swap(T &&t, U &&u) noexcept(/* see below */); Exchanges the values referenced by t…
