SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
writable_constexpr_alphabet Interface Reference

A seqan3::writable_alphabet that has constexpr accessors. More...

#include <seqan3/alphabet/concept.hpp>

+ Inheritance diagram for writable_constexpr_alphabet:

Additional Inherited Members

Detailed Description

A seqan3::writable_alphabet that has constexpr accessors.

Refines seqan3::detail::constexpr_alphabet, seqan3::detail::writable_constexpr_semialphabet and seqan3::writable_alphabet and requires that the call to seqan3::assign_char_to can happen in a constexpr-context.


The documentation for this interface was generated from the following file:
Hide me