std::experimental::atomic_weak_ptr::is_lock_free
From cppreference.com
< cpp | experimental | atomic weak ptr
bool is_lock_free() const;
|
||
Checks whether the atomic operations on all objects of this type are lock-free.
Contents |
[edit] Parameters
(none)
[edit] Return value
true if the atomic operations on the objects of this type are lock-free, false otherwise.
[edit] Exceptions
noexcept specification:
noexcept
[edit] See also
specializes atomic operations for std::shared_ptr (function template) |