TypeId.TypeId

Undocumented in source.
  1. auto TypeId;
  2. auto TypeId;
    template TypeId(T)
    static immutable
    static if(!(is(T == struct) && !isTypedef!(T)))
    static if(is(T == union))
    auto TypeId = "union{" ~ AggregateId!(CheckedBaseType!(T)) ~ "}";
  3. auto TypeId;
  4. auto TypeId;
  5. auto TypeId;
  6. auto TypeId;
  7. auto TypeId;
  8. auto TypeId;
  9. auto TypeId;

Meta