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

Provides alphabet adaptions of some standard char and uint types. More...

+ Collaboration diagram for Adaptation:

Classes

struct  seqan3::custom::alphabet< char_type >
 Alphabet specific customisations for builtin char types. More...
 
struct  seqan3::custom::alphabet< uint_type >
 Alphabet specific customisations for unsigned integral types. More...
 

Detailed Description

Provides alphabet adaptions of some standard char and uint types.

See also
Alphabet
Hide me