Stream modifiers

class cppstream.endl._Endl

Class that represents the endl character. Not intended to be used directly, please use the cppstream.endl variable 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._Endl class. C++ equivalent: std::endl

Type

cppstream.endl._Endl