Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.27 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.27 KB

Robust Iterator

Travis Build Status AppVeyor Build Status The MIT License FOSSA Status

Dmitry Vodopyanov

C++17 implementation of robust and composite iterators.

Iterators allows to iterate with robustness over simple doubly linked list and composite data structures, like nested lists.
For instance, to iterate over:

  • simple linked list: [0, 1, 2, 3, 4, 5],
  • nested linked list: [0, [1, 2], 3, [4], 5].

Requirements

License

FOSSA Status