Concept AlphabetConcept
Natural container value.

Extends AssignableConcept, CopyConstructibleConcept, DefaultConstructibleConcept
All Extended AssignableConcept, CopyConstructibleConcept, DefaultConstructibleConcept
All Subcl's AlphabetWithGapsConcept, AlphabetWithQualitiesConcept, AlphabetWithUnknownValueConcept, FiniteOrderedAlphabetConcept, OrderedAlphabetConcept
Defined in <seqan/basic.h>
Signature concept AlphabetConcept;

Detailed Description

Examples

Valid expressions (v is of type T):

unsigned bpv = BitsPerValue<T>::VALUE;

Member Function Overview

Member Functions Inherited From AssignableConcept

Interface Function Overview

Interface Functions Inherited From AssignableConcept

Interface Metafunction Overview

Interface Metafunctions Detail

BitsPerValue<T>::VALUE

Number of bits needed to store a value.

Template Parameters

T A class.

Returns

VALUE The number of bits needed to store a value.