hasStandardNullValue.hasStandardNullValue

Undocumented in source.
  1. enum hasStandardNullValue;
  2. enum hasStandardNullValue;
    template hasStandardNullValue(T)
    static if(!(is(T == class) || is(T == typeof(null))))
    enum hasStandardNullValue = (isPointer!T || isDynamicArray!T);

Meta