News

The anonymous function here takes an argument x and calls the capitalize method on it. The map call ensures that the anonymous function is called once for each item. Modern C++ has lambda expressions.
For example, in Python, the map function takes a function as an argument. Suppose you have a list and you want to capitalize each word in the list.