Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated Previous VPSs * Sign Up! *
Support Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
std::atomic_ref::is_always_lock_free - std::atomic_ref::is_always_lock_free
static constexpr bool is_always_lock_free = (since C++20) /*implementation-defined*/;
Equals true if the operations on this atomic_ref type is always lock-free and false if it is never or sometimes lock-free.
The value of this constant is consistent with the result of member function is_lock_free.
is_lock_free checks if the atomic_ref object is lock-free (public member function)
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.