64 template <
typename type>
66 concept nucleotide_concept = alphabet_concept<type> && requires (type v, std::remove_reference_t<type> c)
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:58
The concept std::Same<T, U> is satisfied if and only if T and U denote the same type.
Core alphabet concept and free function/metafunction wrappers.