Initialize the specified atomicUint and set its value to the optionally specified initialValue.

Synopsis

Declared in <bsls_atomicoperations_default.h>

static
void
initUint(
    AtomicTypes::Uint* atomicUint,
    unsigned int initialValue = 0);

Parameters

Name

Description

atomicUint

atomic unsigned integer to initialize

initialValue

value to store

Created with MrDocs