MTMS main
Modern Turing Machine Simulator
Loading...
Searching...
No Matches
alphabet.cpp File Reference

Implementation of the structural Alphabet class methods. More...

#include "alphabet.hpp"
#include <ranges>
Include dependency graph for alphabet.cpp:

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.
 

Detailed Description

Implementation of the structural Alphabet class methods.

Author
wh0crypt (wh0cr.nosp@m.ypt@.nosp@m.proto.nosp@m.n.me)
Version
0.1
Date
2026-06-27

Definition in file alphabet.cpp.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const Alphabet alphabet 
)
noexcept

Direct pipeline bridge forwarding stream requests toward the internal print interface.

Overloaded stream insertion operator to print the Alphabet object.

Parameters
osThe target output stream.
alphabetThe Alphabet instance to be streamed.
Returns
std::ostream& Reference to the output stream to allow cascading.

Definition at line 37 of file alphabet.cpp.