FunctionBenchmark.elemT

Undocumented in source.
  1. alias elemT = ElementType!(typeof(genIndependantVariable()))
    struct FunctionBenchmark(string name, alias genIndependantVariable, alias independantToData = void)
    static if(!is(independantToData == void))
    static if(!(isInstanceOf!(ForwardTemplate, independantToData)))
    static if(isCallable!(genIndependantVariable))
    alias elemT = ElementType!(typeof(genIndependantVariable()))
  2. alias elemT = ElementType!(typeof(genIndependantVariable))

Meta