Struct used to define a way to template the choice of the "std::cin" object in order to be "std::cin" for "char" type or "std::wcin" for "wchar_t" type.
More...
#include <stream.hpp>
|
| std::istream & | cin |
| |
| std::wistream & | cin |
| |
|
| static std::basic_istream< T > & | cin |
| |
template<class T>
struct agr::select_cin< T >
Struct used to define a way to template the choice of the "std::cin" object in order to be "std::cin" for "char" type or "std::wcin" for "wchar_t" type.
- Template Parameters
-
| T | The template type of the "std::cin" object (char, wchar_t, ...). |
◆ cin() [1/2]
◆ cin() [2/2]
◆ cin
The documentation for this struct was generated from the following file: