MemberFromName.Type

Undocumented in source.
  1. alias Type = symbol
    template MemberFromName(alias parent, string name)
    static if(__traits(compiles, Alias!(__traits(getMember, parent, name))))
    static if(is(symbol))
    alias Type = symbol
  2. alias Type = typeof(symbol)
  3. alias Type = void

Meta