Namespace for the iostream oriented tools.
More...
|
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...
|
|
Namespace for the iostream oriented tools.
◆ 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
-
os | being the ostream to output the lf character to |
- Returns
- a reference to the ostream
Definition at line 14 of file nl.h.