Initialize the specified atomicInt and set its value to the optionally specified initialValue.
Synopsis
Declared in <bsls_atomicoperations_default.h>
static
void
initInt64(
AtomicTypes::Int64* atomicInt,
Types::Int64 initialValue = 0);
Parameters
Name |
Description |
atomicInt |
atomic 64‐bit integer to initialize |
initialValue |
value to store |
Created with MrDocs