SampleHandler: Fix cppcheck warnings.
Use resize() rather than assigning from substr(). Use starts_with rather than find(). Redundant map lookups. Classes that manage memory should not have default ctor/assignment.
GitLab service scheduled maintenance on Friday, March 21st 2025 as of 08h00 Geneva time for an estimated period of 1 hour. Further information under OTG0154918.
Use resize() rather than assigning from substr(). Use starts_with rather than find(). Redundant map lookups. Classes that manage memory should not have default ctor/assignment.