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.
A concrete STL istream which relies on an asynchronous stream for its I/O.
template<
typename CharType
>
class async_istream : public std::basic_istream<CharType>;
Parameters
- CharType
The data type of the basic element of the stream.
Members
Public Constructors
Name |
Description |
|---|---|
Overloaded. Constructor |
Requirements
Header: interopstream.h
Namespace: concurrency::streams