SeqAn3
filter.hpp File Reference

Provides seqan3::view::filter. More...

#include <range/v3/view/filter.hpp>
#include <seqan3/std/iterator>
Include dependency graph for filter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 seqan3::view
 The SeqAn3 namespace for views.
 

Variables

constexpr auto seqan3::view::filter
 A range adaptor that takes a predicate and returns a view of the elements that satisfy the predicate. More...
 

Detailed Description

Provides seqan3::view::filter.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>