Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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