combinable::operator= Operator
Assigns to a combinable object from another combinable object.
combinable& operator=(
const combinable& _Copy
);
Parameters
- _Copy
An existing combinable object to be copied into this one.
Return Value
A reference to this combinable object.
Requirements
Header: ppl.h
Namespace: concurrency