Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 996 Bytes

File metadata and controls

31 lines (22 loc) · 996 Bytes

Examples for beman.iterator_interface

List of usage examples for beman.iterator_interface.

Examples

Check basic beman.iterator_interface library usages:

Local Build and Run

# 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