Support Class Library
A set of tools providing classes and utility
log.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace scl{
4  namespace tools{
5  namespace iostream{
10  namespace log{}
11  }
12  }
13 }
14 
18 
19 namespace scl{
20  namespace tools{
21  namespace iostream{
22  namespace log{
27  namespace wrap = surrounded;
28  }
29  }
30  }
31 
36  namespace console = tools::iostream::log;
37 
42  namespace cli = console;
43 }
Global namespace of the SCL.
Definition: alias.hpp:3
decltype(std::cout) & log(T &&value)
Output a value on stdout and terminate with a line break.
Definition: basic.h:16