Parent template for output text streams. More...
#include <output_text_stream.hpp>
Parent template for output text streams.
This template is defined so that is can provide an empty interface if the calling device is not in fact an output device. The actual output interface is defined in the boolean true specialisation.
Device | : underlying device connected to the stream. |
OutputDevice | : boolean indicating if the device is an output device or not. |
Definition at line 55 of file output_text_stream.hpp.