Checks if a type is r-value swappable. More...
Inherits TraitOf< detail::is_rvalue_swappable, T, U >.
A Binary concept that checks if a type is r-value swappable.
To be r-value swappable then std::swap(x, y)
must be valid where x and y are r-values.
T | Left type to check |
U | Right type to check |