Provides bio::alphabet::base. More...
#include <cassert>
#include <concepts>
#include <type_traits>
#include <bio/alphabet/concept.hpp>
#include <bio/meta/detail/int_types.hpp>
Go to the source code of this file.
Classes | |
class | bio::alphabet::base< derived_type, size, char_t > |
A CRTP-base that makes defining a custom alphabet easier. More... | |
class | bio::alphabet::base< derived_type, 1ul, char_t > |
Specialisation of bio::alphabet::base for alphabets of size 1. More... | |
Namespaces | |
namespace | bio |
The main BioC++ namespace. | |
namespace | bio::alphabet |
The alphabet module's namespace. | |
Provides bio::alphabet::base.