SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::alphabet_proxy. More...
#include <concepts>
#include <seqan3/alphabet/alphabet_base.hpp>
#include <seqan3/alphabet/detail/concept.hpp>
#include <seqan3/alphabet/nucleotide/concept.hpp>
#include <seqan3/alphabet/quality/concept.hpp>
#include <seqan3/core/detail/template_inspection.hpp>
#include <seqan3/utility/concept.hpp>
#include <seqan3/utility/type_traits/basic.hpp>
Go to the source code of this file.
Classes | |
class | seqan3::alphabet_proxy< derived_type, alphabet_type > |
A CRTP-base that eases the definition of proxy types returned in place of regular alphabets. More... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
Provides seqan3::alphabet_proxy.