Specifies the requirements of a Range type that has constant time copy, move and assignment operators. More...
Inheritance diagram for std::ranges::View:Related Functions | |
(Note that these are not member functions.) | |
Requirements for std::Swappable | |
You can expect these functions on all types that implement std::Swappable. | |
| void | swap (t &lhs, t &rhs) |
| Swaps the contents of two objects. More... | |
Specifies the requirements of a Range type that has constant time copy, move and assignment operators.