Support Class Library
A set of tools providing classes and utility
Namespaces | Functions
scl::tools::iostream Namespace Reference

Namespace for the iostream oriented tools. More...

Namespaces

 log
 Logging utilities.
 

Functions

template<class Char , class Traits >
std::basic_ostream< Char, Traits > & nl (std::basic_ostream< Char, Traits > &os)
 An alternative for std::endl that actually does what you assumed std::endl was doing. More...
 

Detailed Description

Namespace for the iostream oriented tools.

Function Documentation

◆ nl()

template<class Char , class Traits >
std::basic_ostream<Char, Traits>& scl::tools::iostream::nl ( std::basic_ostream< Char, Traits > &  os)
inline

An alternative for std::endl that actually does what you assumed std::endl was doing.

Parameters
osbeing the ostream to output the lf character to
Returns
a reference to the ostream

Definition at line 14 of file nl.h.