TermOx
|
Read only Container view with Filter_iterator interface. More...
#include <filter_view.hpp>
Public Member Functions | |
Filter_view (Container &c, Filter_fn &&filter_fn) | |
auto | begin () const |
auto | begin () |
auto | end () const |
auto | end () |
Read only Container view with Filter_iterator interface.
The container is held by reference, non-owning. Mostly convinience for range for loops. Filter_iterator does the heavy lifting.