ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <iterator>
#include <utility>
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. | |