Skip to content

Commit f194bdf

Browse files
committed
added operator++
1 parent 1e8d7b7 commit f194bdf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/endpoints_sequence.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ struct endpoints_sequence {
126126
if (!has_next()) return;
127127
read_next_value();
128128
}
129+
void operator++() { next(); }
129130

130131
/*
131132
Return the value before the current position.

0 commit comments

Comments
 (0)