72 template <
typename type>
74 concept char_adaptation_concept = alphabet_concept<type> &&
75 detail::is_char_adaptation_v<std::remove_reference_t<type>>;
102 template <
typename type>
104 concept uint_adaptation_concept = alphabet_concept<type> &&
105 detail::is_uint_adaptation_v<std::remove_reference_t<type>>;
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:58
Core alphabet concept and free function/metafunction wrappers.