|
MTMS main
Modern Turing Machine Simulator
|
Implementation of the structural Alphabet class methods. More...
Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Alphabet &alphabet) noexcept |
| Direct pipeline bridge forwarding stream requests toward the internal print interface. | |
Implementation of the structural Alphabet class methods.
Definition in file alphabet.cpp.
|
noexcept |
Direct pipeline bridge forwarding stream requests toward the internal print interface.
Overloaded stream insertion operator to print the Alphabet object.
| os | The target output stream. |
| alphabet | The Alphabet instance to be streamed. |
Definition at line 37 of file alphabet.cpp.