A proxy class to increase verbosity in the output. More...
#include <types.h>
Inheritance diagram for syten::Verbose< Type >:
Collaboration diagram for syten::Verbose< Type >: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.