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