Determine if operations on *this are lock free.
bool is_lock_free() const volatile;
- Returns:
trueif operations on*thisare lock free,falseotherwise.- Throws:
Nothing.
#include <atomic>
Determine if operations on *this are lock free.
bool is_lock_free() const volatile;
true if operations
on *this
are lock free, false
otherwise.
Nothing.
#include <atomic>