atomicLoadElem

Atomically loads a field element in the value of rhs.

  1. auto atomicLoadElem(R rhs)
  2. auto atomicLoadElem(R rhs)
    static pragma(inline)
    atomicLoadElem
    (
    string ELEM
    R
    )
    (
    ref shared R rhs
    )
  3. auto atomicLoadElem(R rhs, L lhs)
  4. auto atomicLoadElem(R rhs, L lhs)

Meta