DBRow.hasStaticLength

Undocumented in source.
  1. enum hasStaticLength;
  2. enum hasStaticLength;
  3. enum hasStaticLength;
    struct DBRow(Specs...)
    static if(!(isDynamicArray!T && !isSomeString!T))
    static if(!(isCompositeType!T))
    static if(Specs.length == 1)
    enum hasStaticLength = true;

Meta