std::atomic_flag:: operator=
From cppreference.com
<
cpp
|
atomic
|
atomic flag
C++
Concurrency support library
|
|
std::atomic_flag
Member functions | ||||
atomic_flag::operator=
|
||||
(C++20)
|
||||
(C++20)
|
||||
(C++20)
|
||||
(C++20)
|
Defined in header
<atomic>
|
||
atomic_flag
&
operator
=
(
const
atomic_flag
&
)
=
delete
;
|
(1) | (since C++11) |
atomic_flag
&
operator
=
(
const
atomic_flag
&
)
volatile
=
delete
;
|
(2) | (since C++11) |
std::atomic_flag is not assignable, its assignment operators are deleted.
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/atomic/atomic_flag/operator%3D&oldid=161432
"