std::experimental::ranges::tagged<Base,Tags...>:: swap
|
constexpr
void
swap
(
tagged
&
rhs
)
noexcept
(
/* siehe unten */
)
requires Swappable < Base > ; |
||
Tausche den Inhalt von * this und rhs , als ob durch ranges:: swap ( static_cast < Base & > ( * this ) , static_cast < Base & > ( rhs ) ) ; .
Exceptions
Siehe auch
spezialisiert
swap
für
tagged
Objekte
(Funktion) |