The OpenD Programming Language

CommonRCImpl.opCast

  1. C opCast()
  2. C opCast()
  3. C opCast()
    mixintemplate CommonRCImpl()
    pure nothrow @nogc const @trusted
    C
    opCast
    (
    C : ThisTemplate!Q
    Q
    )
    ()
    if (
    isImplicitlyConvertible!(const(T)*, Q*)
    )
  4. C opCast()
  5. C opCast()
  6. ThisTemplate!(const T) lightConst()
  7. ThisTemplate!(immutable T) lightImmutable()

Meta