SeqAn3
common.hpp File Reference

Provides seqan3::view::common. More...

#include <range/v3/view/bounded.hpp>
#include <seqan3/std/iterator>
Include dependency graph for common.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::common
 A range adaptor that makes any range satisfy std::ranges::CommonRange (at the expense of some performance). More...
 

Detailed Description

Provides seqan3::view::common.

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