Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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