streambuf::operator= Operator
Assignment operator.
streambuf & operator =(
const streambuf &other
);
streambuf & operator =(
streambuf &&other
);
- other
The source object.
A reference to the streambuf object that contains the result of the assignment.
Header: astreambuf.h
Namespace: concurrency::streams