Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Constructor
template <
typename AlterCharType
>
async_ostream(
streams::basic_ostream<AlterCharType> astream
);
template <
typename AlterCharType
>
async_ostream(
streams::streambuf<AlterCharType> strbuf
);
Parameters
AlterCharType
The data type of the basic element of the source streambuf.astream
The asynchronous stream whose stream buffer should be used for I/Ostrbuf
The asynchronous stream buffer to use for I/O
Requirements
Header: interopstream.h
Namespace: concurrency::streams