Vaucanson
1.4.1
|
Decorate a given alphabet implementation with meta-symbols. More...
Decorate a given alphabet implementation with meta-symbols.
The meta-symbols are:
The meta-symbols are encoded using the type of the letter with a default value that has to be specified with the traits meta_symbol
. For instance, '?' and '#' for char. Yet, if these characters are already present in the alphabet, we look for another character in a incremental way. If, unfortunately, there is not enough place, the program is stopped.
Definition at line 50 of file decorated_alphabet.hh.