load.load

Refreshes the contents of this value from main memory. This operation is both lock-free and atomic.

template load(msync ms = msync.seq)
T
load
()

Return Value

Type: T

The loaded value.

Meta