Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Specifies whether atomic operations on *this are lock free.
bool is_lock_free() const volatile _NOEXCEPT;
Return Value
true if atomic operations on *this are lock free; otherwise, false.
Remarks
An atomic type is lock free if no atomic operations on that type use locks.
Requirements
Header: atomic
Namespace: std