AggregateId.AggregateId

Undocumented in source.
  1. auto AggregateId;
    template AggregateId(T, size_t n = 0)
    static immutable
    static if(n < T.tupleof.length)
    auto AggregateId = T.tupleof[n].offsetof.stringof ~ TypeId!(typeof(T.tupleof[n])) ~ AggregateId!(T, n + 1);
  2. auto AggregateId;

Meta