#include <istream>
#include <ostream>
Go to the source code of this file.
Namespaces | |
std | |
Macros | |
#define | __SYCL_EXTERN_STREAM_ATTRS |
Variables | |
__SYCL_EXTERN_STREAM_ATTRS istream | std::cin |
Linked to standard input. More... | |
__SYCL_EXTERN_STREAM_ATTRS ostream | std::cout |
Linked to standard output. More... | |
__SYCL_EXTERN_STREAM_ATTRS ostream | std::cerr |
Linked to standard error (unbuffered) More... | |
__SYCL_EXTERN_STREAM_ATTRS ostream | std::clog |
Linked to standard error (buffered) More... | |
#define __SYCL_EXTERN_STREAM_ATTRS |
Definition at line 15 of file iostream_proxy.hpp.