![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <iterator>#include <type_traits>
Include dependency graph for flatten.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<class Range , class OutputIterator > | |
| void | Utils::flatten (Range const &v, OutputIterator out) |
| Flatten a range of ranges. | |