hasOwnVoidToString.hasOwnVoidToString

Undocumented in source.
  1. enum hasOwnVoidToString;
    template hasOwnVoidToString(Aggregate)
    static if(is(typeof(Aggregate.init.toString((void delegate(const(char)[])).init)) == void))
    enum hasOwnVoidToString = !isFromAliasThis!(Aggregate, "toString", typeof(VoidToStringSample.toString));
  2. enum hasOwnVoidToString;
  3. template hasOwnVoidToString(Aggregate, Super)

Meta