ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
contains.hpp File Reference
#include <algorithm>
#include <iterator>
+ Include dependency graph for contains.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 T >
bool Utils::contains (Range &&rng, T const &value)
 Check whether a range contains a value.