Skip to content

Commit

Permalink
Document operator+(int, ring_iterator), operator-(int, ring_iterator) (
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed May 21, 2024
1 parent 7b49f24 commit d488ce2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ Note 1: accepts lhs and rhs of different const-ness.
|-----------------|:-----------------------------:|----------|--------|
| Swap |&ndash;/&#10003;| **swap**( ring_span<&hellip;> & lhs, ring_span<&hellip;> & rhs ) |void |
| Iterator offset |&#10003;| **operator+**( ring_iterator<&hellip;> it, int i ) noexcept | ring_iterator<&hellip;> |
| &nbsp; |&#10003;| **operator+**( int i, ring_iterator<&hellip;> it ) noexcept | ring_iterator<&hellip;> |
| &nbsp; |&#10003;| **operator-**( ring_iterator<&hellip;> it, int i ) noexcept | ring_iterator<&hellip;> |
| &nbsp; |&#10003;| **operator-**( int i, ring_iterator<&hellip;> it ) noexcept | ring_iterator<&hellip;> |

Legenda:&ensp;&ndash; not in proposal&ensp;&middot;&ensp;&#10003; in proposal&ensp;&middot;&ensp;&ndash;/&#10003; not in proposal/in sg14 code

Expand Down

0 comments on commit d488ce2

Please sign in to comment.