Concept GraphOverAlphabetConcept
A graph construted over an alphabet.

Defined in  
Signature

Interface Metafunction Overview

Interface Metafunctions Detail

Alphabet<T>::Type;

Return the Alphabe type of a graph over an alphabet.

Template Parameters

T The GraphOverAlphabetConcept type to query.

Returns

Type The alphabe type.

Examples

Alphabet<Graph<Automaton<Dna> > >::Type c;  // c is of type Dna