Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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