Specialisation of seqan3::alphabet_size that delegates to alphabet_type::value_size
.
More...
#include <seqan3/alphabet/detail/member_exposure.hpp>
Static Public Attributes | |
static auto constexpr | value = alphabet_type_with_members::value_size |
The size retrieved from the type's member. | |
Specialisation of seqan3::alphabet_size that delegates to alphabet_type::value_size
.
alphabet_type | Must provide a static member variable calles value_size . |
Instead of accessing this struct directly, just use seqan3::alphabet_size_v.