CACAO
Public Types | Static Public Member Functions
Atomic::CAS_64_functor Struct Reference

Public Types

typedef uint64_t value_type
 

Static Public Member Functions

static value_type compare_and_swap (value_type *p, value_type o, value_type n)
 

Detailed Description

Definition at line 65 of file atomic.hpp.

Member Typedef Documentation

Definition at line 66 of file atomic.hpp.

Member Function Documentation

static value_type Atomic::CAS_64_functor::compare_and_swap ( value_type p,
value_type  o,
value_type  n 
)
inlinestatic

Definition at line 67 of file atomic.hpp.


The documentation for this struct was generated from the following file: