Provides bio::views::translate_join. More...
#include <concepts>#include <ranges>#include <stdexcept>#include <vector>#include <bio/ranges/container/small_string.hpp>#include <bio/ranges/detail/random_access_iterator.hpp>#include <bio/ranges/type_traits.hpp>#include <bio/ranges/views/translate_single.hpp>
Include dependency graph for translate_join.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 | |
| constexpr auto | bio::ranges::views::translate_join |
| A view that translates nucleotide into aminoacid alphabet with 1, 2, 3 or 6 frames. Input and output range are always two-dimensional. | |
Provides bio::views::translate_join.