Swap contents with another expected.
Synopses
Declared in <mrdocs/polyfill/expected.hpp>
Swap contents with another expected.
constexpr
void
swap(
unexpected& x,
unexpected& y) noexcept(noexcept(x.swap(y)))
requires std::is_swappable_v<E>;
Created with MrDocs