|
TuringSim
C++ framework to simulate abstract computing models
|
A generic debug printer, defaulting to operator<< , when no specialization applies.
More...
#include <utils/printer.h>
Static Public Member Functions | |
| static std::basic_ostream< CharT, Traits > & | print (std::basic_ostream< CharT, Traits > &os, const T &s) |
| Printer function. More... | |
A generic debug printer, defaulting to operator<< , when no specialization applies.
A debug printer for many types.
| CharT | char type. |
| Traits | std::basic_ostream trait. |
| T | the element types in the queue. |
| CharT | char type. |
| Traits | std::basic_ostream trait. |
| T | printed type. |
|
inlinestatic |