SeqAn3
seqan3::alphabet_size< alphabet_type_with_members > Struct Template Reference

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.
 

Detailed Description

template<typename alphabet_type_with_members>
struct seqan3::alphabet_size< alphabet_type_with_members >

Specialisation of seqan3::alphabet_size that delegates to alphabet_type::value_size.

Template Parameters
alphabet_typeMust provide a static member variable calles value_size.

Instead of accessing this struct directly, just use seqan3::alphabet_size_v.


The documentation for this struct was generated from the following file: