close
Espaços nominais
Variantes
Ações

std::atomic_flag::operator=

De cppreference.com

<metanoindex/>

 
 
Biblioteca operações atômica
Tipos
Original:
Types
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
Funções
Original:
Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Bandeiras atômicas
Original:
Atomic flags
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Inicialização
Original:
Initialization
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Memória de encomenda
Original:
Memory ordering
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
std::atomic_flag
Funções de membro
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
atomic_flag::atomic_flag
atomic_flag::operator=
atomic_flag::clear
atomic_flag::test_and_set
 
<tbody> </tbody>
Definido no cabeçalho <atomic>
atomic_flag& operator=( const atomic_flag& ) = delete;
(1) (desde C++11)
atomic_flag& operator=( const atomic_flag& ) volatile = delete;
(2) (desde C++11)
std::atomic_flag não é transferível, seus operadores de atribuição são excluídos.
Original:
std::atomic_flag is not assignable, its assignment operators are deleted.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.