Atomic Types

suggest change

Syntax

Remarks

std::atomic allows atomic access to a TriviallyCopyable type, it is implementation-dependent if this is done via atomic operations or by using locks. The only guaranteed lock-free atomic type is std::atomic_flag.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents