AllocSize.AllocSize

Undocumented in source.
  1. enum AllocSize;
    template AllocSize(T)
    static if(is(T == class))
    enum AllocSize = __traits(classInstanceSize, T);
  2. enum AllocSize;

Meta