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

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

#include <seqan3/alphabet/concept.hpp>

+ Inheritance diagram for constexpr_semialphabet:

Additional Inherited Members

Detailed Description

A seqan3::semialphabet that has constexpr accessors.

The same as seqan3::semialphabet, except that all required functions are also required to be callable in a constexpr-context.


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