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.
Assignment operator.
streambuf & operator =(
const streambuf &other
);
streambuf & operator =(
streambuf &&other
);
Parameters
- other
The source object.
Return Value
A reference to the streambuf object that contains the result of the assignment.
Requirements
Header: astreambuf.h
Namespace: concurrency::streams