Stream modifiers¶
- class cppstream.endl._Endl¶
Class that represents the endl character. Not intended to be used directly, please use the
cppstream.endlvariable instead. When used as a stream operator, this class will write a newline to the stream and flush the stream.C++ equivalent: none
- cppstream.endl¶
The endl object. Please use this instead of the constructing the
cppstream.endl._Endlclass. C++ equivalent:std::endl- Type