oeendl¶
oeostream &oeendl(oeostream &)
Pushes a newline character onto the specified output stream and then flushes that stream.
This is equivalent to the std::endl
function.
oeostream &oeendl(oeostream &)
Pushes a newline character onto the specified output stream and then flushes that stream.
This is equivalent to the std::endl
function.