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
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
Assigns the contents of a different location object to this one.
location& operator=(
const location& _Rhs
);
Header: concrt.h
Namespace: concurrency