List of usage examples for beman.iterator_interface.
Check basic beman.iterator_interface library usages:
- P2727: local ./repeated_chars_iterator.cpp or repeated_chars_iterator.cpp@Compiler Explorer
- P2727: local ./filter_int_iterator.cpp or filter_int_iterator.cpp@Compiler Explorer
# build
$ cmake --workflow --preset gcc-debug
# run repeated_chars_iterator.cpp
$ .build/gcc-debug/examples/beman.iterator_interface.examples.repeated_chars_iterator
foofoof
# run filter_int_iterator.cpp
$ .build/gcc-debug/examples/beman.iterator_interface.examples.filter_int_iterator
2 4 10 200