|
Clingo
|
Const iterator for index sequence. More...
#include <index_sequence.hh>
Public Member Functions | |
| iterator ()=default | |
| Construct an end iterator. | |
| auto | operator* () const -> reference |
| Get the current value. | |
| auto | operator++ () -> iterator & |
| Increment the iterator. | |
| auto | operator++ (int) -> iterator |
| Post increment the iterator. | |
| auto | operator== (const iterator &other) const -> bool |
| Compare two iterators. | |
| auto | operator!= (const iterator &other) const -> bool |
| Compare two iterators. | |
Const iterator for index sequence.