hasElaborateMove.hasElaborateMove

Undocumented in source.
  1. enum bool hasElaborateMove;
  2. enum bool hasElaborateMove;
  3. enum hasElaborateMove;
    template hasElaborateMove(T)
    static if(!(isObjectiveC!T))
    static if(!(__traits(isStaticArray, T)))
    static if(is(T == struct))
    enum hasElaborateMove = (is(typeof(S.init.opPostMove(lvalueOf!T))) && !is(typeof(S.init.opPostMove(rvalueOf!T)))) || anySatisfy!(.hasElaborateMove, Fields!T);
  4. enum hasElaborateMove;

Meta