hasElaborateMove

True if T has a user defined move operation.

  1. eponymoustemplate hasElaborateMove(T)
    enum hasElaborateMove (
    T
    )
  2. alias hasElaborateMove(alias A, string M) = hasElaborateMove!(typeof(getChild!(A, M)))

Meta