Function tl::swap(expected<T, E>&, expected<T, E>&)

Function Documentation

void tl::swap(expected<T, E> &lhs, expected<T, E> &rhs) noexcept(noexcept(lhs.swap(rhs)))