FunctionTypeOf.FunctionTypeOf

Undocumented in source.
  1. alias FunctionTypeOf = Fsym
  2. alias FunctionTypeOf = Fobj
  3. alias FunctionTypeOf = Ftyp
  4. alias FunctionTypeOf = T
    template FunctionTypeOf(func...)
    static if(!(is(typeof(&func[0]) Fsym : Fsym*) && is(Fsym == function) || is(typeof(&func[0]) Fsym == delegate)))
    static if(!(is(typeof(&func[0].opCall) Fobj == delegate)))
    static if(!(is(typeof(&func[0].opCall) Ftyp : Ftyp*) && is(Ftyp == function)))
    static if(is(func[0] T) || is(typeof(func[0]) T))
    static if(is(T == function))
    alias FunctionTypeOf = T
  5. alias FunctionTypeOf = Fptr
  6. alias FunctionTypeOf = Fdlg

Meta