BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
to_lower.hpp File Reference

Provides bio::views::to_lower. More...

#include <ranges>
#include <bio/alphabet/concept.hpp>
#include <bio/alphabet/detail/to_lower.hpp>
#include <bio/ranges/views/deep.hpp>
+ Include dependency graph for to_lower.hpp:

Go to the source code of this file.

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::ranges
 The ranges module's namespace.
 
namespace  bio::ranges::views
 The BioC++ namespace for views.
 

Variables

General purpose views
auto const bio::ranges::views::to_lower
 A view that converts each element to lower case.
 

Detailed Description

Provides bio::views::to_lower.

Author
Tobias Loka <LokaT AT rki.de>