I am implementing an activity that responds to the RecognizerIntent. Among others this activity must handle two incoming extras that specify a pending intent and its extras-bundle:
I would like to copy the content of one std::map into another. Can I use std::copy for that? Obviously, the following code won\'t work: