Structured Binding and Lambda Functions

# Introduction In this challenge, you are asked to implement a function called `update` that takes a `std::map` and a lambda function as input. The function should use structured binding to update the value in the map for each key using the result of the lambda function.

|60 : 00

Click the virtual machine below to start practicing