Support Class Library
A set of tools providing classes and utility
|
#include <iostream>
Go to the source code of this file.
Namespaces | |
scl | |
Global namespace of the SCL. | |
scl::tools | |
General purpose tooling. | |
scl::tools::iostream | |
Namespace for the iostream oriented tools. | |
Functions | |
template<class Char , class Traits > | |
std::basic_ostream< Char, Traits > & | scl::tools::iostream::nl (std::basic_ostream< Char, Traits > &os) |
An alternative for std::endl that actually does what you assumed std::endl was doing. More... | |