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.
Closes the stream buffer, preventing further read or write operations.
virtual pplx::task<void> close(
std::ios_base::openmode mode = (std::ios_base::in | std::ios_base::out)
);
virtual pplx::task<void> close(
std::ios_base::openmode mode,
std::exception_ptr eptr
);
Parameters
mode
The I/O mode (in or out) to close for.eptr
Pointer to the exception.
Requirements
Header: astreambuf.h
Namespace: concurrency::streams