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