Ookii.CommandLine for C++
2.0.0
|
Template to determine the correct console streams based on the character type. More...
#include <ookii/console_helper.h>
Template to determine the correct console streams based on the character type.
For char
and wchar_t
only, this template defines methods that provide access to the correct stdout, stderr and stdin streams.
CharType | The character type. |