ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <algorithm>
#include <iterator>
Go to the source code of this file.
Namespaces | |
namespace | Utils |
Functions | |
template<class InputIt , class T > | |
bool | Utils::contains (InputIt first, InputIt last, T const &value) |
Check whether an iterator range contains a value. | |
template<class Range , class T > | |
bool | Utils::contains (const Range &rng, T const &value) |
Check whether a range contains a value. | |