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

Synopsis

Declared in <bsls_atomicoperations.h>

static
void
initUint64(
    AtomicTypes::Uint64* atomicUint,
    Types::Uint64 initialValue = 0);

Parameters

Name

Description

atomicUint

atomic unsigned 64‐bit integer to initialize

initialValue

initial value to store

Created with MrDocs