promise::swap Method
Exchanges the associated asynchronous state of this promise object with that of a specified object.
void swap(promise& Other) _NOEXCEPT;
Parameters
- Other
A promise object.
Requirements
Header: future
Namespace: std
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
Exchanges the associated asynchronous state of this promise object with that of a specified object.
void swap(promise& Other) _NOEXCEPT;
Header: future
Namespace: std