Initialize the specified atomicUint and set its value to the optionally specified initialValue.
Declared in <bsls_atomicoperations.h>
static
void
initUint(
AtomicTypes::Uint* atomicUint,
unsigned int initialValue = 0);
| Name | Description |
|---|---|
| atomicUint | atomic unsigned integer to initialize |
| initialValue | initial value to store |