Provides seqan3::views::to_lower. More...
#include <seqan3/alphabet/concept.hpp>#include <seqan3/core/char_operations/transform.hpp>#include <seqan3/range/views/deep.hpp>#include <seqan3/std/ranges>
Include dependency graph for to_lower.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_lower |
| A view that calls seqan3::to_lower() on each element in the input range. More... | |
Provides seqan3::views::to_lower.