Loading [MathJax]/extensions/TeX/AMSmath.js
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
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.