Typedef ecl::IConsoleStream

Typedef Documentation

typedef TextStream<IConsole> ecl::IConsoleStream

Streams to standard input.

Streams to standard input.

Usage:

There is no need to open this device, it automatically connects to stdin.

IConsoleStream istream;
string str;
istream << str;