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