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

A seqan3::writable_semialphabet that has a constexpr assignment. More...

#include <seqan3/alphabet/concept.hpp>

+ Inheritance diagram for writable_constexpr_semialphabet:

Additional Inherited Members

Detailed Description

A seqan3::writable_semialphabet that has a constexpr assignment.

Refines seqan3::detail::constexpr_semialphabet and seqan3::writable_semialphabet and requires that the call to seqan3::assign_rank_to can happen in a constexpr-context.


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