Ookii.CommandLine for C++  2.0.0
ookii::console_stream< CharType > Struct Template Reference

Template to determine the correct console streams based on the character type. More...

#include <ookii/console_helper.h>

Detailed Description

template<typename CharType>
struct ookii::console_stream< CharType >

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.

Template Parameters
CharTypeThe character type.

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