The Sentinel concept specifies the relationship between an std::Iterator type and a std::Semiregular type whose values denote a range. More...
Inheritance diagram for std::Sentinel: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... | |
The Sentinel concept specifies the relationship between an std::Iterator type and a std::Semiregular type whose values denote a range.