getAllowNullType.result

Undocumented in source.
  1. alias result = AllowNullType!(typeof(sym), sym.init)
  2. alias result = AllowNullType!(typeof(sym), att.nullValue)
    template getAllowNullType(alias sym)
    static if(!(__traits(isSame, att, allowNull)))
    static if(is(typeof(att) : AllowNull!T, T))
    alias result = AllowNullType!(typeof(sym), att.nullValue)

Meta