TermOx
|
Container view with Filter_iterator interface. More...
#include <filter_view.hpp>
Public Member Functions | |
Owning_filter_view (Container c, Filter_fn &&filter_fn) | |
auto | begin () const |
auto | begin () |
auto | end () const |
auto | end () |
Container view with Filter_iterator interface.
The container is copied/moved into the view. Mostly convinience for range for loops. Filter_iterator does the heavy lifting.