RefCounted.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opCast()
  2. U opCast()
  3. U opCast()
    struct RefCounted(T, ALLOC = ThreadMem)
    nothrow @trusted const nothrow
    U
    opCast
    (
    U : Object
    )
    ()
    if (
    !__traits(hasMember, U, "isRefCounted")
    )
  4. U opCast()

Meta