![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <iterator>#include <utility>
Include dependency graph for cartesian_product.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Utils |
Functions | |
| template<typename Body , typename... ForwardRange> | |
| void | Utils::cartesian_product (const Body &op, const ForwardRange &...rng) |
| Call op with each element of the cartesian product set of rng. | |