Atomic.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T opUnary()
  2. T opUnary()
  3. auto ref opUnary()
    struct Atomic(T)
    ref shared
    opUnary
    (
    string op
    )
    ()
    if (
    op == `*`
    )
    if (
    __traits(isIntegral, T) ||
    isPointer!T
    )

Meta