Subsumes std::semiregular and std::equality_comparable. More...
Inheritance diagram for regular: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... | |
Requirements for std::equality_comparable | |
You can expect these functions on all types that implement std::Equality_comparable. | |
| bool | operator== (type const &lhs, type const &rhs) |
| (In-)Equality comparison. More... | |
| bool | operator!= (type const &lhs, type const &rhs) |
| (In-)Equality comparison. More... | |
Subsumes std::semiregular and std::equality_comparable.