Module-level constant streams¶
- cppstream.cout¶
The standard output stream. Please use this stream instead of constructing the
cppstream.out._Coutclass.C++ equivalent:
std::cout
The standard output stream. Please use this stream instead of
constructing the cppstream.out._Cout class.
C++ equivalent: std::cout