|
LSLOpt
1.0
|
#include <OutputUtils.hpp>
Public Member Functions | |
| template<typename T > | |
| NoOutput & | operator<< (const T &t) |
| Output operator. More... | |
Public Attributes | |
| const OutputLevel | output_level = OutputLevel::Nothing |
| The current output level. Set to Nothing. | |
NoOutput struct.
If this is used as output function, nothing is ever shown.
|
inline |
Output operator.
| t | Variable to output. |
The output variable can be of any type (except void) as it is not used anyway.
1.8.13