Skip to content

Add TrkObjectCounter, a CRTP helper to avoid repeating code

We have multiple cases where we kind of count number on instantiations in the tracking domain in DEBUG mode

Add a helper class to avoid repeating code.

Start the cleanup.

Merge request reports