location::operator= Operator
Assigns the contents of a different location object to this one.
location& operator=(
const location& _Rhs
);
Parameters
- _Rhs
The source location object.
Requirements
Header: concrt.h
Namespace: concurrency
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Assigns the contents of a different location object to this one.
location& operator=(
const location& _Rhs
);
Header: concrt.h
Namespace: concurrency