Exercises: Sensor Repository (std::map)# Exercises Exercises# Write a class SensorRepository that is there to act as a “registry” for sensors. Sensors are registered there using a decriptive name. Insert - Sunny Case Lookup - Sunny Case Remove - Sunny Case Insert - Not Overwriting Existing Elements Lookup - Not Found Remove - Not Found .size() Is const Memory Leaks?