SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
to_upper.hpp File Reference

Provides seqan3::views::to_upper. More...

+ Include dependency graph for to_upper.hpp:

Go to the source code of this file.

Namespaces

 seqan3
 The main SeqAn3 namespace.
 
 seqan3::views
 The SeqAn namespace for views.
 

Variables

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

Detailed Description

Provides seqan3::views::to_upper.

Author
Tobias Loka <LokaT AT rki.de>