FlagEnumImpl.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T opCast()
  2. T opCast()
    struct FlagEnumImpl(string name, Args...)
    const
    T
    opCast
    (
    T
    )
    ()
    if (
    isIntegral!T &&
    T.sizeof >= Base.sizeof
    )

Meta