Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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