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"
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. | |
Provides bio::views::char_to.