iterates over all items of the key order table
None
For each item the statement sequence supplied as body is called with one or two arguments (depending on body's parameter count).
If called with two arguments the first argument is the key and the second argument the corresponding value.
If called with one argument then only the value is supplied.
This is a sequential loop.
std::for_each | iterates over all items of a collection |