Initialize the specified atomicInt and set its value to the specified value.

Synopsis

Declared in <bsls_atomicoperations_all_all_clangintrinsics.h>

static
void
initInt64(
    AtomicTypes::Int64* atomicInt,
    Types::Int64 value);

Parameters

Name

Description

atomicInt

atomic 64‐bit integer to initialize

value

initial value to store

Created with MrDocs