std::atomic_flag::operator=
Von cppreference.com
< cpp | atomic | atomic flag
| Definiert in Header <atomic> |
||
| atomic_flag& operator=( const atomic_flag& ) = delete; |
(1) | (seit C++11) |
| atomic_flag& operator=( const atomic_flag& ) volatile = delete; |
(2) | (seit C++11) |
std::atomic_flag ist nicht zuweisbar, seine Zuweisungsoperatoren sind gelöscht.