Provides the bio::alphabet::cigar alphabet. More...
#include <charconv>#include <cstdint>#include <stdexcept>#include <bio/alphabet/cigar/cigar_op.hpp>#include <bio/alphabet/composite/tuple_base.hpp>#include <bio/alphabet/custom/uint.hpp>#include <bio/meta/concept/core_language.hpp>#include <bio/ranges/container/small_string.hpp>
Include dependency graph for cigar.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | bio::alphabet::cigar |
| The cigar semialphabet pairs a counter with a bio::alphabet::cigar_op letter. More... | |
| struct | std::tuple_element< i, bio::alphabet::cigar > |
| Obtains the type of the specified component. More... | |
| struct | std::tuple_size< bio::alphabet::cigar > |
| Provides access to the number of components in a tuple as a compile-time constant expression. More... | |
Namespaces | |
| namespace | bio |
| The main BioC++ namespace. | |
| namespace | bio::alphabet |
| The alphabet module's namespace. | |
Provides the bio::alphabet::cigar alphabet.