atomicLoadElem

Atomically stores the array element lhs in an array element of rhs.

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

Meta