SyTen
syten::Verbose< Type > Struct Template Reference

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 >:

Detailed Description

template<typename Type>
struct 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.


The documentation for this struct was generated from the following file: