Table of Contents
Facilities for atomic operations.
    All items are declared in the standard header
    file atomic.
  
    Set of typedefs that map int to
    atomic_int, and so on for all builtin
    integral types. Global enumeration memory_order to
    control memory ordering. Also includes
    atomic, a class template with member
    functions such as load and
    store that is instantiable such that
    atomic_int is the base class of
    atomic<int>.
  
Full API details.