RCClass.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(T) opCast()
  2. bool opCast()
    struct RCClass(C)
    const
    bool
    opCast
    (
    T
    )
    ()
    if (
    is(T == bool)
    )
    if (
    is(C == class)
    )

Meta