Support Class Library
A set of tools providing classes and utility
Namespaces | Functions
basic.h File Reference
#include <iostream>
#include <utility>
#include <scl/tools/iostream/nl.h>

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.
 
 scl::tools::iostream::log
 Logging utilities.
 

Functions

template<class T = std::string>
decltype(std::cout) & scl::tools::iostream::log::log (T &&value)
 Output a value on stdout and terminate with a line break. More...
 
template<class T = std::string>
decltype(std::cerr) & scl::tools::iostream::log::error (T &&value)
 Output a value on stderr and terminate with a line break. More...