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

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

#include <seqan3/alphabet/concept.hpp>

+ Inheritance diagram for constexpr_alphabet:

Additional Inherited Members

Detailed Description

A seqan3::alphabet that has constexpr accessors.

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


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