Atomically increment the value of the specified atomicUint by 1, providing the sequential consistency memory ordering guarantee.

Synopsis

Declared in <bsls_atomicoperations_default.h>

static
void
incrementUint(AtomicTypes::Uint* atomicUint);

Parameters

Name

Description

atomicUint

atomic unsigned integer to modify

Created with MrDocs