Synopsis

Declared in <folly/synchronization/RelaxedAtomic.h>

template<>
struct relaxed_atomic<int>
    : /* implementation-defined */

Base Classes

Name

Description

/* implementation-defined */

Member Functions

Name

Description

operator=

Assignment operators

fetch_add

fetch_and

fetch_or

fetch_sub

fetch_xor

operator&=

operator++

Increment operators

operator+=

operator‐‐

Decrement operators

operator‐=

operatorˆ=

operator|=

Using Declarations