You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| If *mutable* iterator then `reference` same as `value_type&` or `value_type&&`, otherwise same as `const value_type&` or `const value_type&&`| ❌ no / ❌ no |`reference` type is not a reference (`&` or `&&`) |
139
139
|[Multipass guarantee](https://en.cppreference.com/w/cpp/named_req/ForwardIterator)| ❌ no / ❌ no | References from dereferencing equal iterators aren't bound to the same object |
140
-
|[Singular iterators](https://en.cppreference.com/w/cpp/named_req/ForwardIterator)|❌ no / ❌ no | Value initialization not defined|
0 commit comments