Atomically assign the specified value to this object, providing the relaxed memory ordering guarantee.

Synopsis

Declared in <bsls_atomic.h>

void
storeRelaxed(TYPE* value);

Parameters

Name

Description

value

pointer value to store

Created with MrDocs