getParamType.getParamType

Undocumented in source.
  1. alias getParamType = void
  2. alias getParamType = ElementType!P
  3. alias getParamType = void
    template getParamType(T...)
    static if(!(T.length == 0))
    static if(T.length == 1)
    static if(!(is(typeof( ()) P)))
    alias getParamType = void
  4. alias getParamType = P2
  5. alias getParamType = P1
  6. alias getParamType = typeof(true ? P1.init : P2.init)

Meta