A proxy class to increase verbosity in the output. More...
#include <types.h>
A proxy class to increase verbosity in the output.
If verbosity has to be controlled in operator<<(std::ostream&, T)
, this can be used to give another implementation operator<<(std::ostream&, Verbose<T>)
which is more verbose.