Minor Modernisation Changes

  • prefer binary operators as friend standalone over member functions
  • prefer service call which can be used with auto on lhs
  • prefer struct over class with only public data/functions
  • remove redundant protected qualifier

Merge request reports

Loading