GSP
Quick Navigator

Search Site

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
 

USA Flag

 

 

Man Pages
std::atomic_ref::is_always_lock_free(3) C++ Standard Libary std::atomic_ref::is_always_lock_free(3)

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)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.