Skip to content

Add assignment operator, clear() to PrUTHits

Gerhard Raven requested to merge add_clear_assignment_to_PrUTHits into master

Add functions to PrUTHits:

  • add move operator= consistent with move constructor,
  • add clear() function to reset the state to the one just after construction.

required by Rec!2439 (merged) superseded by !3035 (merged)

Edited by Gerhard Raven

Merge request reports