Provides bio::views::to_char. More...
#include <ranges>
#include <bio/alphabet/cigar/cigar.hpp>
#include <bio/alphabet/concept.hpp>
#include <bio/alphabet/custom/all.hpp>
#include <bio/meta/overloaded.hpp>
#include <bio/ranges/type_traits.hpp>
#include <bio/ranges/views/deep.hpp>
#include <bio/ranges/views/type_reduce.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 | |
auto const | bio::ranges::views::to_char |
A view that calls bio::alphabet::to_char() on each element in the input range. | |
Provides bio::views::to_char.