SeqAn3
seqan3::max_pseudoknot_depth< alphabet_type_with_pseudoknot_attribute > Struct Template Reference

Specialisation of seqan3::max_pseudoknot_depth that delegates to structure_type::max_pseudoknot_depth. More...

#include <seqan3/alphabet/detail/member_exposure.hpp>

Static Public Attributes

static constexpr uint8_t value = alphabet_type_with_pseudoknot_attribute::max_pseudoknot_depth
 The forwarded maximum pseudoknot depth.
 

Detailed Description

template<typename alphabet_type_with_pseudoknot_attribute>
struct seqan3::max_pseudoknot_depth< alphabet_type_with_pseudoknot_attribute >

Specialisation of seqan3::max_pseudoknot_depth that delegates to structure_type::max_pseudoknot_depth.

Template Parameters
alphabet_type_with_pseudoknot_attributeMust provide a static uint8_t max_pseudoknot_depth member variable.

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