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

Provides bio::views::char_to. More...

#include <concepts>
#include <ranges>
#include <type_traits>
#include <bio/alphabet/cigar/cigar.hpp>
#include <bio/alphabet/custom/all.hpp>
#include <bio/meta/overloaded.hpp>
#include <bio/ranges/container/small_string.hpp>
#include <bio/ranges/type_traits.hpp>
#include <bio/ranges/views/deep.hpp>
#include <bio/ranges/views/type_reduce.hpp>
#include "bio/alphabet/detail/to_lower.hpp"
#include "bio/alphabet/exception.hpp"
#include "bio/ranges/concept.hpp"
+ Include dependency graph for char_to.hpp:
+ This graph shows which files directly or indirectly include this file:

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

Alphabet related views
template<typename alphabet_type >
constexpr auto bio::ranges::views::char_to
 A view over an alphabet, given a range of characters.
 

Detailed Description

Provides bio::views::char_to.

Author
Hannes Hauswedell <hannes.hauswedell AT decode.is>