DPC++ Runtime
Runtime libraries for oneAPI DPC++
iostream_proxy.hpp File Reference
#include <istream>
Include dependency graph for iostream_proxy.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ __SYCL_EXTERN_STREAM_ATTRS

#define __SYCL_EXTERN_STREAM_ATTRS

Definition at line 23 of file iostream_proxy.hpp.