Skip to content

Header-only C++20 library for creating an iterator from several sequential iterators

License

Notifications You must be signed in to change notification settings

ssloxford/libseqiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libseqiter

This is a header-only C++ library for creating an iterator from several sequential iterators. It's used in other libraries such as libspp, libcadu, and libgiis to provide one global iterator over the bytes within a packet structure, constructed of iterators of each segment of the packet.

Also contained is test.cpp, a simple program to demonstrate usage of the library. The library is used in the sppinfo CLI tool in the libspp repository, to provide information on MODIS data.

Building

make
make install

Thanks

Many thanks to Jonathan Tanner for his help in writing this library.

About

Header-only C++20 library for creating an iterator from several sequential iterators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published