Provides bio::ranges::views::char_strictly_to. More...
#include <ranges>#include <bio/alphabet/cigar/cigar.hpp>#include <bio/alphabet/custom/all.hpp>#include <bio/meta/overloaded.hpp>#include <bio/ranges/type_traits.hpp>#include <bio/ranges/views/char_to.hpp>#include <bio/ranges/views/deep.hpp>#include <bio/ranges/views/type_reduce.hpp>
Include dependency graph for char_strictly_to.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. | |
Typedefs | |
| template<alphabet::alphabet alph_t> | |
| using | bio::ranges::views::char_conversion_view_t = decltype(std::string_view{}|bio::views::char_strictly_to< alph_t >) |
A shortcut for decltype(std::string_view{} | bio::views::char_strictly_to<alph_t>). | |
Variables | |
Alphabet related views | |
| template<typename alphabet_type > | |
| auto const | bio::ranges::views::char_strictly_to |
| A view over an alphabet, given a range of characters. | |
Provides bio::ranges::views::char_strictly_to.