|
constexpr auto | seqan3::alphabet_size = detail::adl_only::alphabet_size_cpo<alph_t>{}() |
|
|
constexpr auto | seqan3::assign_char_strictly_to = detail::adl_only::assign_char_strictly_to_fn{} |
| Assign a character to an alphabet object, throw if the character is not valid. More...
|
|
constexpr auto | seqan3::assign_char_to = detail::adl_only::assign_char_to_cpo{} |
| Assign a character to an alphabet object. More...
|
|
constexpr auto | seqan3::assign_rank_to = detail::adl_only::assign_rank_to_cpo{} |
| Assign a rank to an alphabet object. More...
|
|
constexpr auto | seqan3::char_is_valid_for = detail::adl_only::char_is_valid_for_cpo<alph_t>{} |
| Return the rank representation of a (semi-)alphabet object. More...
|
|
template<typename semi_alphabet_type > |
requires | seqan3::requires |
| The rank_type of the semi-alphabet; defined as the return type of seqan3::to_rank. ! More...
|
|
constexpr auto | seqan3::to_char = detail::adl_only::to_char_cpo{} |
| Return the char representation of an alphabet object. More...
|
|
constexpr auto | seqan3::to_rank = detail::adl_only::to_rank_cpo{} |
| Return the rank representation of a (semi-)alphabet object. More...
|
|
Core alphabet concept and free function/type trait wrappers.
- Author
- Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>