SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
to_lower.hpp File Reference

Provides seqan3::view::to_lower. More...

+ Include dependency graph for to_lower.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

General purpose views
auto const seqan3::view::to_lower
 A view that calls seqan3::to_lower() on each element in the input range. More...
 

Detailed Description

Provides seqan3::view::to_lower.

Author
Tobias Loka <LokaT AT rki.de>