Searched defs:hasElaborateMove (Results 1 – 1 of 1) sorted by relevance
241 template hasElaborateMove(S) in hasElaborateMove() function245 enum bool hasElaborateMove = S.sizeof && hasElaborateMove!(BaseElemOf!S); in hasElaborateMove() local249 enum hasElaborateMove = (is(typeof(S.init.opPostMove(lvalueOf!S))) && in hasElaborateMove() local255 enum bool hasElaborateMove = false; in hasElaborateMove() local