streambuf::operator= Operator
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