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...
 

Variables

template<typename type >
constexpr bool seqan3::detail::is_char_adaptation_v
 Whether a type is char, char16_t, char32_t or wchar_t (type trait).
 
template<typename type >
constexpr bool seqan3::detail::is_uint_adaptation_v
 Whether a type is uint8_t, uint16_t or uint32_t.
 

Detailed Description

Provides alphabet adaptions of some standard char and uint types.

See also
Alphabet
Hide me