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 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.