An open API service indexing awesome lists of open source software.

https://github.com/povilasb/filter-iterator

C++98 filter iterator implementation.
https://github.com/povilasb/filter-iterator

c-plus-plus iterator

Last synced: 3 months ago
JSON representation

C++98 filter iterator implementation.

Awesome Lists containing this project

README

        

=====
About
=====

This is c++98 and up compatible filter iterator implementation. It's purpose
is the same as Boost's
`filter iterator `_.
Except that this is a standalone library with no dependencies.