#include <iostream>
#include <string>
Go to the source code of this file.
|
| class | agr::savebuf |
| | Class used to store the output sent to an output stream. More...
|
| |
| struct | agr::select_cout< T > |
| | Struct used to define a way to template the choice of the "std::cout" object in order to be "std::cout" for "char" type or "std::wcout" for "wchar_t" type. More...
|
| |
| 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. More...
|
| |
- Author
- Gianluca Bianco (bianc.nosp@m.ogia.nosp@m.nluca.nosp@m.9@gm.nosp@m.ail.c.nosp@m.om)
- Date
- 2022-06-06
- Copyright
- Copyright (c) 2022 Gianluca Bianco under the MIT license.
◆ ARSENALGEAR_STREAM_HPP
| #define ARSENALGEAR_STREAM_HPP |