hasSimpleNodeConstructor.hasSimpleNodeConstructor

Undocumented in source.
  1. enum hasSimpleNodeConstructor;
  2. enum hasSimpleNodeConstructor;
  3. enum hasSimpleNodeConstructor;
    template hasSimpleNodeConstructor(T)
    package
    static if(!(is(T == struct)))
    static if(!(is(T == class)))
    enum hasSimpleNodeConstructor = false;

Meta