The OpenD Programming Language

getUDA

  1. template getUDA(alias symbol, alias attribute)
  2. template getUDA(T, string member, alias attribute)
    template getUDA (
    T
    string member
    alias attribute
    ) {
    static if(!(all.length != 1))
    static if(is(typeof(all[0])))
    enum getUDA;
    }

Return Value

single UDA.

Meta