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
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Assigns the contents of a different location object to this one.
location& operator=(
const location& _Rhs
);
Header: concrt.h
Namespace: concurrency