Initialize the specified atomicInt to the specified value.
Synopsis
Declared in <bsls_atomicoperations_all_all_clangintrinsics.h>
static
void
initInt(
AtomicTypes::Int* atomicInt,
int value);
Parameters
Name |
Description |
atomicInt |
atomic integer to initialize |
value |
initial value to store |
Created with MrDocs