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