Processing Containers
This section discusses how to process several containers and the same time using the example of separate containers of indices.
We'll cover the following...
We'll cover the following...
Processing Several Containers at a Time
When using parallel algorithms, you might sometimes want to access other containers.
For example, you might want to execute for_each
o​n two containers.
The main technique is to get the index of the ...