atomicLoadElem

Atomically stores the field element lhs in a field element of rhs.

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

Meta